This commit is contained in:
27942
2026-01-06 13:29:40 +08:00
parent ceb6cc2c01
commit 334dcccbf2

View File

@@ -185,7 +185,7 @@ class BitmartFuturesTransaction:
return False
ele.scroll.to_see(center=True)
time.sleep(sleep)
ele.click()
ele.click(by_js=True)
return True
except:
return False