We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 283c3db + 2c21ac9 commit 9981b5fCopy full SHA for 9981b5f
seleniumbase/__version__.py
@@ -1,2 +1,2 @@
1
# seleniumbase package
2
-__version__ = "4.29.7"
+__version__ = "4.29.8"
seleniumbase/core/browser_launcher.py
@@ -900,8 +900,8 @@ def _uc_gui_click_captcha(
900
y = i_y + element.rect["y"] + int(element.rect["height"] / 2)
901
y += 1
902
else:
903
- x = i_x + 34
904
- y = i_y + 34
+ x = (i_x + 34) * width_ratio
+ y = (i_y + 34) * width_ratio
905
driver.switch_to.default_content()
906
except Exception:
907
try:
0 commit comments