newbie. how can i solve this looping problem?

asdasdqeqe at gmail.com asdasdqeqe at gmail.com
Tue Feb 9 09:11:53 EST 2016


http://pastebin.com/uQSW5iwZ

here's the part of the code which I would like to change. I don't know how to get the following line to not "Timeout" and instead continue onwards to printTweet(driver)

elem = WebDriverWait(driver,10).until(EC.visibility_of_element_located((By.CSS_SELECTOR,lastTweetCss))) 



More information about the Python-list mailing list