通过使用硒尝试和除通过验证码

时间:2020-01-16 14:28:05

标签: python selenium selenium-chromedriver

我正在使用硒在python中进行Google搜索。我有一个名称,大学和城市的数据框,并且我正在使用硒来查找其linkedin资料。但是,在49行之后,Google要求提供验证码。我正在尝试使用try andexcept,除非Google要求提供验证码,否则将打开新的驱动程序并继续搜索。有什么建议?

我有209个搜索,代码的逻辑如下;

driver.get(https:www.google.com)
list_linedin_url = []
for i in df.search_data.to_list():
   # I do my search here, get the url and append it back to the list
   # navigate back to previous page (main page) and loop through the search again

0 个答案:

没有答案