Skip to content

Commit 2dd7709

Browse files
committed
更新细节参数使其通过率更高
1 parent ba1741c commit 2dd7709

File tree

1 file changed

+1
-1
lines changed
  • 滑动验证码/【腾讯】滑块验证

1 file changed

+1
-1
lines changed

滑动验证码/【腾讯】滑块验证/sel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def tx_code(self):
3737
if self.save_img(bk_block):
3838
dex = self.get_pos()
3939
track_list = self.get_track(dex)
40-
40+
time.sleep(0.5)
4141
slid_ing = self.browser.find_element_by_xpath('//div[@id="tcaptcha_drag_thumb"]') # 滑块定位
4242
ActionChains(self.browser).click_and_hold(on_element=slid_ing).perform() # 鼠标按下
4343
time.sleep(0.2)

0 commit comments

Comments
 (0)