inputData = raw_input('time:')
find_elem = wait.until(EC.presence_of_element_located((By.XPATH, "//*[contains(text(), '%s')]"% inputData)))
I do not know exactly why my code isn't working. I'm trying to pass my rawinput. If I get rid of %s and just put a string. It works. By not working I mean, the script is suppose to stop scrolling until certain time I do in raw_input but it doesn't but if I just pass in my string without %s it stops and works just as I wish to.
%s). Print them out and spot the difference.isn't working- do you get error message or what ?