seleniumbase 4.42.0__py3-none-any.whl → 4.42.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.42.0"
2
+ __version__ = "4.42.1"
@@ -2664,6 +2664,8 @@ def _set_chrome_options(
2664
2664
  included_disabled_features.append(item)
2665
2665
  d_f_string = ",".join(included_disabled_features)
2666
2666
  chrome_options.add_argument("--disable-features=%s" % d_f_string)
2667
+ if proxy_auth:
2668
+ chrome_options.add_argument("--test-type")
2667
2669
  if (
2668
2670
  is_using_uc(undetectable, browser_name)
2669
2671
  and (
@@ -2681,7 +2683,8 @@ def _set_chrome_options(
2681
2683
  chrome_options.add_argument("--disable-popup-blocking")
2682
2684
  # Skip remaining options that trigger anti-bot services
2683
2685
  return chrome_options
2684
- chrome_options.add_argument("--test-type")
2686
+ if not proxy_auth:
2687
+ chrome_options.add_argument("--test-type")
2685
2688
  chrome_options.add_argument("--log-level=3")
2686
2689
  chrome_options.add_argument("--no-first-run")
2687
2690
  chrome_options.add_argument("--allow-insecure-localhost")
@@ -150,11 +150,6 @@ class Config:
150
150
  "--disable-renderer-backgrounding",
151
151
  "--disable-background-networking",
152
152
  "--disable-dev-shm-usage",
153
- "--disable-features=IsolateOrigins,site-per-process,Translate,"
154
- "InsecureDownloadWarnings,DownloadBubble,DownloadBubbleV2,"
155
- "OptimizationTargetPrediction,OptimizationGuideModelDownloading,"
156
- "SidePanelPinning,UserAgentClientHint,PrivacySandboxSettings4,"
157
- "DisableLoadExtensionCommandLineSwitch",
158
153
  ]
159
154
 
160
155
  @property
@@ -202,7 +197,15 @@ class Config:
202
197
  # By the time it starts, the port is probably already taken.
203
198
  args = self._default_browser_args.copy()
204
199
  args += ["--user-data-dir=%s" % self.user_data_dir]
205
- args += ["--disable-features=IsolateOrigins,site-per-process"]
200
+ args += [
201
+ "--disable-features=IsolateOrigins,site-per-process,Translate,"
202
+ "InsecureDownloadWarnings,DownloadBubble,DownloadBubbleV2,"
203
+ "OptimizationTargetPrediction,OptimizationGuideModelDownloading,"
204
+ "SidePanelPinning,UserAgentClientHint,PrivacySandboxSettings4,"
205
+ "DisableLoadExtensionCommandLineSwitch"
206
+ ]
207
+ if self.proxy:
208
+ args += ["--test-type"]
206
209
  args += ["--disable-session-crashed-bubble"]
207
210
  if self.expert:
208
211
  args += [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: seleniumbase
3
- Version: 4.42.0
3
+ Version: 4.42.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
@@ -67,7 +67,7 @@ Requires-Dist: setuptools~=70.2; python_version < "3.10"
67
67
  Requires-Dist: setuptools>=80.9.0; python_version >= "3.10"
68
68
  Requires-Dist: wheel>=0.45.1
69
69
  Requires-Dist: attrs>=25.3.0
70
- Requires-Dist: certifi>=2025.8.3
70
+ Requires-Dist: certifi>=2025.10.5
71
71
  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"
@@ -3,7 +3,7 @@ sbase/__main__.py,sha256=G0bVB1-DM4PGwQ1KyOupaWCs4ePbChZNNWuX2htim5U,647
3
3
  sbase/steps.py,sha256=wiPSWZhFpBlWvkqXRJ18btpBu3nQaw9K5AzIJNAX5RM,43521
4
4
  seleniumbase/__init__.py,sha256=JFEY9P5QJqsa1M6ghzLMH2eIPQyh85iglCaQwg8Y8z4,2498
5
5
  seleniumbase/__main__.py,sha256=dn1p6dgCchmcH1zzTzzQvFwwdQQqnTGH6ULV9m4hv24,654
6
- seleniumbase/__version__.py,sha256=N1arM-skVh6zRajtpFFWMVNWsPy3F3h5dzLOsBEdBJs,46
6
+ seleniumbase/__version__.py,sha256=PaDBv1vq8Qcw7qMzR9vLg_YgpDZ8E2L6_LqLBj3R4C4,46
7
7
  seleniumbase/behave/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  seleniumbase/behave/behave_helper.py,sha256=lJtagtivSbEpbRj0EKV4l4PuPU6NANONJJAnYwgVCe0,24379
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=cSmw7jWCIcrEiJtxW-HP6F41sHtR4wh-ovl1EwVgu7o,250444
39
+ seleniumbase/core/browser_launcher.py,sha256=gaaqYK1UxYxsyh-3pzFVKR1_x1vEXHsfhMxA8QxR8Ng,250541
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
@@ -119,7 +119,7 @@ seleniumbase/undetected/cdp_driver/__init__.py,sha256=Ga9alwuaZZy4_XOShc0HjgFnNq
119
119
  seleniumbase/undetected/cdp_driver/_contradict.py,sha256=lP4b0h5quAy573ETn_TBbYV889cL1AuPLVInpJ0ZkiU,3183
120
120
  seleniumbase/undetected/cdp_driver/browser.py,sha256=mVM36mFqA4ZnxBDQ5ily3dpIcZ33O5coG1boEcX4aLc,35640
121
121
  seleniumbase/undetected/cdp_driver/cdp_util.py,sha256=ku3Nq8yjC6kbvVV2PB149E-TxQIIvjHDFQI2wyi0HVs,25221
122
- seleniumbase/undetected/cdp_driver/config.py,sha256=biiJBqgGG2RZWyLhaKvsYhlrZ7_voyX4UOGyT_M28uw,13539
122
+ seleniumbase/undetected/cdp_driver/config.py,sha256=pjcGq0azNQpNb3XT2sTjxShLEmcIPdzTzB_mitu6GkM,13557
123
123
  seleniumbase/undetected/cdp_driver/connection.py,sha256=WgZ4QamXSdTzP4Xfgkn8mxv-JFivMG6hqbyHy2_LQlg,25717
124
124
  seleniumbase/undetected/cdp_driver/element.py,sha256=FIC6v7OmumLCT-_vIc3H4oju_oBbaLpWJUJIKm2c_q4,40467
125
125
  seleniumbase/undetected/cdp_driver/tab.py,sha256=t7Ucn0pmm7imwdCM-5KmIJNU2MCeMuIl6G3T2VMrbxU,53170
@@ -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.42.0.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
- seleniumbase-4.42.0.dist-info/METADATA,sha256=ymnowgVX4od6sNIdD-Uh3vZ6sUjZ3rLuPyrLdz5qtzI,89240
142
- seleniumbase-4.42.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
- seleniumbase-4.42.0.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
- seleniumbase-4.42.0.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
- seleniumbase-4.42.0.dist-info/RECORD,,
140
+ seleniumbase-4.42.1.dist-info/licenses/LICENSE,sha256=BRblZsX7HyPUjQmYTiyWr_e9tzWvmR3R4SFclM2R3W0,1085
141
+ seleniumbase-4.42.1.dist-info/METADATA,sha256=KTI4f3tfgQDx5V1v7wzhY63IaQlGus1Nh7T-L-UvZLQ,89241
142
+ seleniumbase-4.42.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
143
+ seleniumbase-4.42.1.dist-info/entry_points.txt,sha256=CNrh2EKNaHYEhO6pP1RJyVLB99LkDDYX7TnUK8xfjqk,623
144
+ seleniumbase-4.42.1.dist-info/top_level.txt,sha256=4N97aBOQ8ETCnDnokBsWb07lJfTaq3C1ZzYRxvLMxqU,19
145
+ seleniumbase-4.42.1.dist-info/RECORD,,