Merge pull request #83 from rfmcpherson/master

Wait for homepage to load after back before looking up links
This commit is contained in:
Steven Englehardt 2016-09-07 16:48:26 -04:00 коммит произвёл GitHub
Родитель 372a40448b ca35ceb6af
Коммит 1141a893d8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -170,6 +170,7 @@ def browse_website(url, num_links, sleep, visit_id, webdriver, proxy_queue,
if browser_params['bot_mitigation']:
bot_mitigation(webdriver)
webdriver.back()
wait_until_loaded(webdriver, 300)
except Exception, e:
pass