Re: newbie. how can i solve this looping problem?

2016-02-09 Thread asdasdqeqe
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,lastTwee

newbie. how can i solve this looping problem?

2016-02-09 Thread asdasdqeqe
http://pastebin.com/Khrm3gHq for the code above, everytime it scraps off tweets and loads the next 13 tweets, it'll re-run through the previous scrapped tweets before recording the new ones. I'm up to 700 over tweets and it'll keep re-running the previous 700 before adding the final 13 to the l