Commit 1c82751a authored by liyang's avatar liyang

feat:instagram 适配windows

parent 17a9830f
...@@ -52,7 +52,7 @@ def reptile(browser=None, search_word=""): ...@@ -52,7 +52,7 @@ def reptile(browser=None, search_word=""):
# 获取登录按钮 # 获取登录按钮
button_login = browser.find_element('xpath', "//button[@type='submit']") button_login = browser.find_element('xpath', "//button[@type='submit']")
button_login.click() button_login.click()
time.sleep(2) time.sleep(4)
except: except:
print("------") print("------")
# print("1111") # print("1111")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment