seleniumbase 4.50.2__tar.gz → 4.50.3__tar.gz
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.
Potentially problematic release.
This version of seleniumbase might be problematic. Click here for more details.
- {seleniumbase-4.50.2/seleniumbase.egg-info → seleniumbase-4.50.3}/PKG-INFO +2 -2
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/README.md +1 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/behave/behave_sb.py +5 -2
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/run.py +5 -3
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_install.py +4 -3
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/browser_launcher.py +4 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/sb_cdp.py +2 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/driver_manager.py +4 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/pytest_plugin.py +2 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/sb_manager.py +4 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/selenium_plugin.py +2 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/cdp_util.py +5 -1
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/config.py +2 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3/seleniumbase.egg-info}/PKG-INFO +2 -2
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/.gitignore +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/LICENSE +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/MANIFEST.in +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/install.sh +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/pyproject.toml +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/pytest.ini +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/requirements.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/sbase/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/sbase/__main__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/sbase/steps.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/nest_asyncio.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/atlas_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/brave_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/cft_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/chromium_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/chs_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/comet_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/opera_drivers/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/base_case.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase.egg-info/requires.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/setup.cfg +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/setup.py +0 -0
- {seleniumbase-4.50.2 → seleniumbase-4.50.3}/virtualenv_install.sh +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seleniumbase
|
|
3
|
-
Version: 4.50.
|
|
3
|
+
Version: 4.50.3
|
|
4
4
|
Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
|
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
|
6
6
|
Author: Michael Mintz
|
|
@@ -335,7 +335,7 @@ for element in elements:
|
|
|
335
335
|
<p>💡 You can set the Chromium browser to use via command line parameters:</p>
|
|
336
336
|
|
|
337
337
|
```zsh
|
|
338
|
-
python SCRIPT.py --
|
|
338
|
+
python SCRIPT.py --chromium # Use the unbranded Chromium browser
|
|
339
339
|
python SCRIPT.py --cft # Use Chrome-for-testing
|
|
340
340
|
python SCRIPT.py --edge # Use Microsoft Edge
|
|
341
341
|
python SCRIPT.py --brave # Use Brave browser
|
|
@@ -149,7 +149,7 @@ for element in elements:
|
|
|
149
149
|
<p>💡 You can set the Chromium browser to use via command line parameters:</p>
|
|
150
150
|
|
|
151
151
|
```zsh
|
|
152
|
-
python SCRIPT.py --
|
|
152
|
+
python SCRIPT.py --chromium # Use the unbranded Chromium browser
|
|
153
153
|
python SCRIPT.py --cft # Use Chrome-for-testing
|
|
154
154
|
python SCRIPT.py --edge # Use Microsoft Edge
|
|
155
155
|
python SCRIPT.py --brave # Use Brave browser
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
# seleniumbase package
|
|
2
|
-
__version__ = "4.50.
|
|
2
|
+
__version__ = "4.50.3"
|
|
@@ -492,8 +492,11 @@ def get_configured_sb(context):
|
|
|
492
492
|
sb.binary_location = binary_location
|
|
493
493
|
sb_config.binary_location = binary_location
|
|
494
494
|
continue
|
|
495
|
-
# Handle: -D use-chromium
|
|
496
|
-
if
|
|
495
|
+
# Handle: -D use-chromium / chromium
|
|
496
|
+
if (
|
|
497
|
+
low_key in ["use-chromium", "chromium"]
|
|
498
|
+
and not sb_config.binary_location
|
|
499
|
+
):
|
|
497
500
|
binary_location = "_chromium_"
|
|
498
501
|
sb.binary_location = binary_location
|
|
499
502
|
sb_config.binary_location = binary_location
|
|
@@ -152,12 +152,14 @@ def show_install_usage():
|
|
|
152
152
|
print(" sbase get chromedriver")
|
|
153
153
|
print(" sbase get geckodriver")
|
|
154
154
|
print(" sbase get edgedriver")
|
|
155
|
-
print(" sbase get chromedriver
|
|
156
|
-
print(" sbase get chromedriver
|
|
155
|
+
print(" sbase get chromedriver 149")
|
|
156
|
+
print(" sbase get chromedriver 149.0.7827.115")
|
|
157
157
|
print(" sbase get chromedriver stable")
|
|
158
158
|
print(" sbase get chromedriver beta")
|
|
159
159
|
print(" sbase get chromedriver -p")
|
|
160
|
-
print(" sbase get
|
|
160
|
+
print(" sbase get chromium")
|
|
161
|
+
print(" sbase get chromium --revision=1639046")
|
|
162
|
+
print(" sbase get cft 149")
|
|
161
163
|
print(" sbase get chs")
|
|
162
164
|
print(" Output:")
|
|
163
165
|
print(" Downloads the webdriver to seleniumbase/drivers/")
|
|
@@ -14,13 +14,14 @@ Examples:
|
|
|
14
14
|
sbase get chromedriver
|
|
15
15
|
sbase get geckodriver
|
|
16
16
|
sbase get edgedriver
|
|
17
|
-
sbase get chromedriver
|
|
18
|
-
sbase get chromedriver
|
|
17
|
+
sbase get chromedriver 149
|
|
18
|
+
sbase get chromedriver 149.0.7827.115
|
|
19
19
|
sbase get chromedriver stable
|
|
20
20
|
sbase get chromedriver beta
|
|
21
21
|
sbase get chromedriver -p
|
|
22
22
|
sbase get chromium
|
|
23
|
-
sbase get
|
|
23
|
+
sbase get chromium --revision=1639046
|
|
24
|
+
sbase get cft 149
|
|
24
25
|
sbase get chs
|
|
25
26
|
Output:
|
|
26
27
|
Downloads the webdriver to seleniumbase/drivers/
|
|
@@ -5012,7 +5012,10 @@ def get_local_driver(
|
|
|
5012
5012
|
device_height,
|
|
5013
5013
|
device_pixel_ratio,
|
|
5014
5014
|
)
|
|
5015
|
-
if
|
|
5015
|
+
if (
|
|
5016
|
+
(binary_location and "chromium_drivers" in binary_location)
|
|
5017
|
+
or (binary_location and "Chromium.app" in binary_location)
|
|
5018
|
+
):
|
|
5016
5019
|
chrome_options.add_argument("--use-mock-keychain")
|
|
5017
5020
|
use_version = "latest"
|
|
5018
5021
|
major_chrome_version = None
|
|
@@ -2308,6 +2308,8 @@ class CDPMethods():
|
|
|
2308
2308
|
time.sleep(0.48)
|
|
2309
2309
|
self.loop.run_until_complete(self.page.wait(0.1))
|
|
2310
2310
|
x2 = x2 + 22.5 # Overshoot drop to maximize compatibility
|
|
2311
|
+
y1 = y1 + 3
|
|
2312
|
+
y2 = y2 + 3
|
|
2311
2313
|
self.gui_drag_drop_points(x1, y1, x2, y2, timeframe=0.55)
|
|
2312
2314
|
time.sleep(0.25)
|
|
2313
2315
|
self.loop.run_until_complete(self.page.wait(0.2))
|
|
@@ -668,7 +668,10 @@ def Driver(
|
|
|
668
668
|
binary_location = "cft"
|
|
669
669
|
elif chs and not binary_location:
|
|
670
670
|
binary_location = "chs"
|
|
671
|
-
if
|
|
671
|
+
if (
|
|
672
|
+
("--use-chromium" in sys_argv and not binary_location)
|
|
673
|
+
or ("--chromium" in sys_argv and not binary_location)
|
|
674
|
+
):
|
|
672
675
|
binary_location = "_chromium_"
|
|
673
676
|
elif "--cft" in sys_argv and not binary_location:
|
|
674
677
|
binary_location = "cft"
|
|
@@ -33,7 +33,7 @@ def pytest_addoption(parser):
|
|
|
33
33
|
--brave (Shortcut for "--browser=brave".)
|
|
34
34
|
--comet (Shortcut for "--browser=comet".)
|
|
35
35
|
--atlas (Shortcut for "--browser=atlas".)
|
|
36
|
-
--
|
|
36
|
+
--chromium (Shortcut for using base `Chromium`)
|
|
37
37
|
--cft (Shortcut for using `Chrome for Testing`)
|
|
38
38
|
--chs (Shortcut for using `Chrome-Headless-Shell`)
|
|
39
39
|
--settings-file=FILE (Override default SeleniumBase settings.)
|
|
@@ -223,6 +223,7 @@ def pytest_addoption(parser):
|
|
|
223
223
|
)
|
|
224
224
|
parser.addoption(
|
|
225
225
|
"--use-chromium",
|
|
226
|
+
"--chromium",
|
|
226
227
|
action="store_true",
|
|
227
228
|
dest="use_chromium",
|
|
228
229
|
default=False,
|
|
@@ -708,7 +708,10 @@ def SB(
|
|
|
708
708
|
binary_location = "cft"
|
|
709
709
|
elif chs and not binary_location:
|
|
710
710
|
binary_location = "chs"
|
|
711
|
-
if
|
|
711
|
+
if (
|
|
712
|
+
("--use-chromium" in sys_argv and not binary_location)
|
|
713
|
+
or ("--chromium" in sys_argv and not binary_location)
|
|
714
|
+
):
|
|
712
715
|
binary_location = "_chromium_"
|
|
713
716
|
elif "--cft" in sys_argv and not binary_location:
|
|
714
717
|
binary_location = "cft"
|
|
@@ -22,7 +22,7 @@ class SeleniumBrowser(Plugin):
|
|
|
22
22
|
--brave (Shortcut for "--browser=brave".)
|
|
23
23
|
--comet (Shortcut for "--browser=comet".)
|
|
24
24
|
--atlas (Shortcut for "--browser=atlas".)
|
|
25
|
-
--
|
|
25
|
+
--chromium (Shortcut for using base `Chromium`)
|
|
26
26
|
--cft (Shortcut for using `Chrome for Testing`)
|
|
27
27
|
--chs (Shortcut for using `Chrome-Headless-Shell`)
|
|
28
28
|
--user-data-dir=DIR (Set the Chrome user data directory to use.)
|
|
@@ -184,6 +184,7 @@ class SeleniumBrowser(Plugin):
|
|
|
184
184
|
)
|
|
185
185
|
parser.addoption(
|
|
186
186
|
"--use-chromium",
|
|
187
|
+
"--chromium",
|
|
187
188
|
action="store_true",
|
|
188
189
|
dest="use_chromium",
|
|
189
190
|
default=False,
|
|
@@ -527,7 +527,11 @@ async def start(
|
|
|
527
527
|
print(" Using default Chrome browser instead!")
|
|
528
528
|
bin_loc = None
|
|
529
529
|
browser_executable_path = bin_loc
|
|
530
|
-
elif
|
|
530
|
+
elif (
|
|
531
|
+
use_chromium
|
|
532
|
+
or "--use-chromium" in arg_join
|
|
533
|
+
or "--chromium" in sys_argv
|
|
534
|
+
):
|
|
531
535
|
browser_executable_path = "_chromium_"
|
|
532
536
|
elif cft or "--cft" in arg_join:
|
|
533
537
|
browser_executable_path = "_cft_"
|
|
@@ -195,6 +195,8 @@ class Config:
|
|
|
195
195
|
f"Defaulting to regular Chrome!"
|
|
196
196
|
)
|
|
197
197
|
browser_executable_path = find_chrome_executable()
|
|
198
|
+
elif "Chromium.app" in browser_executable_path:
|
|
199
|
+
mock_keychain = True
|
|
198
200
|
self._browser_args = browser_args
|
|
199
201
|
self.browser_executable_path = browser_executable_path
|
|
200
202
|
self.headless = headless
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: seleniumbase
|
|
3
|
-
Version: 4.50.
|
|
3
|
+
Version: 4.50.3
|
|
4
4
|
Summary: SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
|
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
|
6
6
|
Author: Michael Mintz
|
|
@@ -335,7 +335,7 @@ for element in elements:
|
|
|
335
335
|
<p>💡 You can set the Chromium browser to use via command line parameters:</p>
|
|
336
336
|
|
|
337
337
|
```zsh
|
|
338
|
-
python SCRIPT.py --
|
|
338
|
+
python SCRIPT.py --chromium # Use the unbranded Chromium browser
|
|
339
339
|
python SCRIPT.py --cft # Use Chrome-for-testing
|
|
340
340
|
python SCRIPT.py --edge # Use Microsoft Edge
|
|
341
341
|
python SCRIPT.py --brave # Use Brave browser
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/drivers/chromium_drivers/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/_contradict.py
RENAMED
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid_hub.py
RENAMED
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/grid_node.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat
RENAMED
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh
RENAMED
|
File without changes
|
|
File without changes
|
{seleniumbase-4.50.2 → seleniumbase-4.50.3}/seleniumbase/utilities/selenium_ide/convert_ide.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|