我正在使用硒在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