seleniumbase 4.41.0__py3-none-any.whl → 4.41.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
1
  # seleniumbase package
2
- __version__ = "4.41.0"
2
+ __version__ = "4.41.1"
@@ -1504,7 +1504,10 @@ def _uc_gui_click_captcha(
1504
1504
  y += 0.5
1505
1505
  else:
1506
1506
  x = (i_x + 32) * width_ratio
1507
- y = (i_y + 32) * width_ratio
1507
+ if not IS_WINDOWS:
1508
+ y = (i_y + 32) * width_ratio
1509
+ else:
1510
+ y = (i_y + 22) * width_ratio
1508
1511
  if driver.is_connected():
1509
1512
  driver.switch_to.default_content()
1510
1513
  except Exception:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumbase
3
- Version: 4.41.0
3
+ Version: 4.41.1
4
4
  Summary: A complete web automation framework for end-to-end testing.
5
5
  Home-page: https://github.com/seleniumbase/SeleniumBase
6
6
  Author: Michael Mintz
@@ -72,7 +72,7 @@ Requires-Dist: exceptiongroup>=1.3.0
72
72
  Requires-Dist: websockets~=13.1; python_version < "3.9"
73
73
  Requires-Dist: websockets>=15.0.1; python_version >= "3.9"
74
74
  Requires-Dist: filelock~=3.16.1; python_version < "3.9"
75
- Requires-Dist: filelock>=3.18.0; python_version >= "3.9"
75
+ Requires-Dist: filelock>=3.19.1; python_version >= "3.9"
76
76
  Requires-Dist: fasteners>=0.20
77
77
  Requires-Dist: mycdp>=1.2.0
78
78
  Requires-Dist: pynose>=1.5.4
@@ -141,7 +141,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
141
141
  Requires-Dist: allure-behave>=2.13.5; extra == "allure"
142
142
  Provides-Extra: coverage
143
143
  Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
144
- Requires-Dist: coverage>=7.10.3; python_version >= "3.9" and extra == "coverage"
144
+ Requires-Dist: coverage>=7.10.4; python_version >= "3.9" and extra == "coverage"
145
145
  Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
146
146
  Requires-Dist: pytest-cov>=6.2.1; python_version >= "3.9" and extra == "coverage"
147
147
  Provides-Extra: flake8
@@ -3,7 +3,7 @@ sbase/__main__.py,sha256=G0bVB1-DM4PGwQ1KyOupaWCs4ePbChZNNWuX2htim5U,647
3
3
  sbase/steps.py,sha256=EdJyNVJ1yxoHsc7qp8kzx0EESIkOh_033yLCvmaPcs4,43281
4
4
  seleniumbase/__init__.py,sha256=JFEY9P5QJqsa1M6ghzLMH2eIPQyh85iglCaQwg8Y8z4,2498
5
5
  seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
6
- seleniumbase/__version__.py,sha256=RIkvgRen8s5bQ68HUzygAmT-XNl6i62badURgLN206Y,46
6
+ seleniumbase/__version__.py,sha256=f8EfgN0oydRSxrdttrsUhg-C7lQPH3mPXraT1ixskoQ,46
7
7
  seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  seleniumbase/behave/behave_helper.py,sha256=f4CdiSSYM3gMAicSKWJInkVGFwpGXtHMD8fikTehopQ,24291
9
9
  seleniumbase/behave/behave_sb.py,sha256=guLihFsr1uJ4v2AR3r3Vy_BTeHrHwy2JEJxhp-MVnZA,59872
@@ -36,7 +36,7 @@ seleniumbase/console_scripts/sb_print.py,sha256=tNy-bMDgwHJO3bZxMpmo9weSE8uhbH0C
36
36
  seleniumbase/console_scripts/sb_recorder.py,sha256=DH-n2fN7N9qyHMl7wjtn8MiliBgfw-1kwgmfg1GUuhk,10772
37
37
  seleniumbase/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
38
38
  seleniumbase/core/application_manager.py,sha256=e_0sjtI8cjY5BNyZj1QBR0j6_oCScxGmSXYEpcYwuZE,576
39
- seleniumbase/core/browser_launcher.py,sha256=sHrn_vHS_mEl-gkcPHoylMymf_gHrXDQQuq1ng1Ihg0,247571
39
+ seleniumbase/core/browser_launcher.py,sha256=Ap9qg8KkF7iSD2O7mQu83lUFSzTd_dyOVpXCSrwOOZY,247681
40
40
  seleniumbase/core/capabilities_parser.py,sha256=meIS2uHapTCq2ldfNAToC7r0cKmZDRXuYNKExM1GHDY,6038
41
41
  seleniumbase/core/colored_traceback.py,sha256=DrRWfg7XEnKcgY59Xj7Jdk09H-XqHYBSUpB-DiZt6iY,2020
42
42
  seleniumbase/core/create_db_tables.sql,sha256=VWPtrdiW_HQ6yETHjqTu-VIrTwvd8I8o1NfBeaVSHpU,972
@@ -137,9 +137,9 @@ seleniumbase/utilities/selenium_grid/start-grid-hub.bat,sha256=Ftq-GrAKRYH2ssDPr
137
137
  seleniumbase/utilities/selenium_grid/start-grid-hub.sh,sha256=KADv0RUHONLL2_I443QFK8PryBpDmKn5Gy0s4o0vDSM,106
138
138
  seleniumbase/utilities/selenium_ide/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
139
139
  seleniumbase/utilities/selenium_ide/convert_ide.py,sha256=pZFnqEJQEKZPyNFjkLD29s2HPQgCrWW9XJWpCPhWOoM,31691
140
- seleniumbase-4.41.0.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
- seleniumbase-4.41.0.dist-info/METADATA,sha256=5Z7U29ylTeltlkO7uwt2rHkFp_drtcp1kkXZPctw_sA,87397
142
- seleniumbase-4.41.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
- seleniumbase-4.41.0.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
- seleniumbase-4.41.0.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
- seleniumbase-4.41.0.dist-info/RECORD,,
140
+ seleniumbase-4.41.1.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
+ seleniumbase-4.41.1.dist-info/METADATA,sha256=R4SjD2qm4pG8wL_otHVYrG_4fTX-UDLCYJwHKdj6tC0,87397
142
+ seleniumbase-4.41.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
+ seleniumbase-4.41.1.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
+ seleniumbase-4.41.1.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
+ seleniumbase-4.41.1.dist-info/RECORD,,