We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba1741c commit 2dd7709Copy full SHA for 2dd7709
滑动验证码/【腾讯】滑块验证/sel.py
@@ -37,7 +37,7 @@ def tx_code(self):
37
if self.save_img(bk_block):
38
dex = self.get_pos()
39
track_list = self.get_track(dex)
40
-
+ time.sleep(0.5)
41
slid_ing = self.browser.find_element_by_xpath('//div[@id="tcaptcha_drag_thumb"]') # 滑块定位
42
ActionChains(self.browser).click_and_hold(on_element=slid_ing).perform() # 鼠标按下
43
time.sleep(0.2)
0 commit comments