Commit e9ff61f5 authored by huangziyu's avatar huangziyu

1

parent 4060af6c
......@@ -481,7 +481,7 @@ def get_cookie():
# print("未查找到验证图片背景图,可能是旋转图片,换一种方式获取div")
try:
while_count_2 = 0
while while_count_2 < 5:
while while_count_2 < 10:
while_count_2 += 1
background = driver.find_element(by=By.XPATH, value='//*[@id="img-back-div"]')
background_url = background.get_attribute("style").replace('"); height: 181px;', "").replace(
......
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