seleniumbase 4.32.3__tar.gz → 4.32.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.3/seleniumbase.egg-info → seleniumbase-4.32.4}/PKG-INFO +48 -46
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/README.md +45 -43
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/requirements.txt +2 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/browser_launcher.py +1 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/base_case.py +2 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/driver_manager.py +2 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/__init__.py +13 -6
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp.py +0 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/config.py +7 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/connection.py +9 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/dprocess.py +0 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/options.py +3 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/patcher.py +0 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/reactor.py +0 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4/seleniumbase.egg-info}/PKG-INFO +48 -46
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase.egg-info/requires.txt +2 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/setup.py +2 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/.gitignore +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/LICENSE +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/MANIFEST.in +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/github_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_null.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/install.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/pyproject.toml +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/pytest.ini +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/sbase/steps.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/sb_cdp.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/setup.cfg +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/site/prepare.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.4
|
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
|
@@ -82,8 +82,8 @@ Requires-Dist: colorama>=0.4.6
|
|
82
82
|
Requires-Dist: pyyaml>=6.0.2
|
83
83
|
Requires-Dist: pygments>=2.18.0
|
84
84
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
|
-
Requires-Dist: tabcompleter>=1.
|
86
|
-
Requires-Dist: pdbp>=1.
|
85
|
+
Requires-Dist: tabcompleter>=1.4.0
|
86
|
+
Requires-Dist: pdbp>=1.6.0
|
87
87
|
Requires-Dist: idna==3.10
|
88
88
|
Requires-Dist: chardet==5.2.0
|
89
89
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -236,6 +236,8 @@ Requires-Dist: zstandard==0.23.0; extra == "selenium-wire"
|
|
236
236
|
|
237
237
|
👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
|
238
238
|
|
239
|
+
🐙 Also note that Seleniumbase <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b> has its own separate ReadMe</a>.
|
240
|
+
|
239
241
|
ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
|
240
242
|
|
241
243
|
<p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
|
@@ -489,48 +491,49 @@ pip install -e .
|
|
489
491
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
490
492
|
|
491
493
|
```bash
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
COMMANDS:
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
494
|
+
___ _ _ ___
|
495
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
496
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
497
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
498
|
+
----------------------------------------------------
|
499
|
+
|
500
|
+
╭──────────────────────────────────────────────────╮
|
501
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
502
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
503
|
+
│ │
|
504
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
505
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
506
|
+
│ methods (List common Python methods) │
|
507
|
+
│ options (List common pytest options) │
|
508
|
+
│ behave-options (List common behave options) │
|
509
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
510
|
+
│ behave-gui (SBase Commander for Behave) │
|
511
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
512
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
513
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
514
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
515
|
+
│ recorder (Open Recorder Desktop App.) │
|
516
|
+
│ record (If args: mkrec. Else: App.) │
|
517
|
+
│ mkpres [FILE.py] [LANG] │
|
518
|
+
│ mkchart [FILE.py] [LANG] │
|
519
|
+
│ print [FILE] [OPTIONS] │
|
520
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
521
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
522
|
+
│ extract-objects [SB_FILE.py] │
|
523
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
524
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
525
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
526
|
+
│ encrypt / obfuscate │
|
527
|
+
│ decrypt / unobfuscate │
|
528
|
+
│ proxy (Start a basic proxy server) │
|
529
|
+
│ download server (Get Selenium Grid JAR file) │
|
530
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
531
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
532
|
+
│ │
|
533
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
534
|
+
│ * For command info => "sbase help [COMMAND]" │
|
535
|
+
│ * For info on all commands => "sbase --help" │
|
536
|
+
╰──────────────────────────────────────────────────╯
|
534
537
|
```
|
535
538
|
|
536
539
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1549,7 +1552,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1549
1552
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1550
1553
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1551
1554
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1552
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1553
1555
|
</div></p>
|
1554
1556
|
|
1555
1557
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
@@ -62,6 +62,8 @@
|
|
62
62
|
|
63
63
|
👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
|
64
64
|
|
65
|
+
🐙 Also note that Seleniumbase <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b> has its own separate ReadMe</a>.
|
66
|
+
|
65
67
|
ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
|
66
68
|
|
67
69
|
<p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
|
@@ -315,48 +317,49 @@ pip install -e .
|
|
315
317
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
316
318
|
|
317
319
|
```bash
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
COMMANDS:
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
320
|
+
___ _ _ ___
|
321
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
322
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
323
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
324
|
+
----------------------------------------------------
|
325
|
+
|
326
|
+
╭──────────────────────────────────────────────────╮
|
327
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
328
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
329
|
+
│ │
|
330
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
331
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
332
|
+
│ methods (List common Python methods) │
|
333
|
+
│ options (List common pytest options) │
|
334
|
+
│ behave-options (List common behave options) │
|
335
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
336
|
+
│ behave-gui (SBase Commander for Behave) │
|
337
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
338
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
339
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
340
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
341
|
+
│ recorder (Open Recorder Desktop App.) │
|
342
|
+
│ record (If args: mkrec. Else: App.) │
|
343
|
+
│ mkpres [FILE.py] [LANG] │
|
344
|
+
│ mkchart [FILE.py] [LANG] │
|
345
|
+
│ print [FILE] [OPTIONS] │
|
346
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
347
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
348
|
+
│ extract-objects [SB_FILE.py] │
|
349
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
350
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
351
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
352
|
+
│ encrypt / obfuscate │
|
353
|
+
│ decrypt / unobfuscate │
|
354
|
+
│ proxy (Start a basic proxy server) │
|
355
|
+
│ download server (Get Selenium Grid JAR file) │
|
356
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
357
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
358
|
+
│ │
|
359
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
360
|
+
│ * For command info => "sbase help [COMMAND]" │
|
361
|
+
│ * For info on all commands => "sbase --help" │
|
362
|
+
╰──────────────────────────────────────────────────╯
|
360
363
|
```
|
361
364
|
|
362
365
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1375,7 +1378,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1375
1378
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1376
1379
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1377
1380
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1378
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1379
1381
|
</div></p>
|
1380
1382
|
|
1381
1383
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.32.
|
2
|
+
__version__ = "4.32.4"
|
@@ -542,6 +542,7 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
542
542
|
driver.cdp_base = loop.run_until_complete(
|
543
543
|
cdp_util.start(host=cdp_host, port=cdp_port)
|
544
544
|
)
|
545
|
+
|
545
546
|
page = loop.run_until_complete(driver.cdp_base.get(url))
|
546
547
|
loop.run_until_complete(page.activate())
|
547
548
|
if not safe_url:
|
@@ -4167,13 +4167,13 @@ class BaseCase(unittest.TestCase):
|
|
4167
4167
|
device_pixel_ratio=d_p_r,
|
4168
4168
|
browser=browser_name,
|
4169
4169
|
)
|
4170
|
-
time.sleep(0.
|
4170
|
+
time.sleep(0.16)
|
4171
4171
|
except Exception:
|
4172
4172
|
pass
|
4173
4173
|
finally:
|
4174
4174
|
with suppress(Exception):
|
4175
4175
|
decoy_driver.quit()
|
4176
|
-
time.sleep(0.
|
4176
|
+
time.sleep(0.08)
|
4177
4177
|
# Launch a web browser
|
4178
4178
|
new_driver = browser_launcher.get_driver(
|
4179
4179
|
browser_name=browser_name,
|
@@ -870,13 +870,13 @@ def Driver(
|
|
870
870
|
device_pixel_ratio=d_p_r,
|
871
871
|
browser=browser_name,
|
872
872
|
)
|
873
|
-
time.sleep(0.
|
873
|
+
time.sleep(0.16)
|
874
874
|
except Exception:
|
875
875
|
pass
|
876
876
|
finally:
|
877
877
|
with suppress(Exception):
|
878
878
|
decoy_driver.quit()
|
879
|
-
time.sleep(0.
|
879
|
+
time.sleep(0.08)
|
880
880
|
|
881
881
|
driver = browser_launcher.get_driver(
|
882
882
|
browser_name=browser_name,
|
@@ -1,4 +1,3 @@
|
|
1
|
-
#!/usr/bin/env python3
|
2
1
|
import logging
|
3
2
|
import os
|
4
3
|
import re
|
@@ -433,10 +432,15 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
|
|
433
432
|
time.sleep(timeout)
|
434
433
|
with suppress(Exception):
|
435
434
|
self.service.start()
|
436
|
-
time.sleep(0.012)
|
437
435
|
with suppress(Exception):
|
438
436
|
self.start_session()
|
439
|
-
|
437
|
+
with suppress(Exception):
|
438
|
+
if self.current_url.startswith("chrome-extension://"):
|
439
|
+
self.close()
|
440
|
+
self.service.stop()
|
441
|
+
self.service.start()
|
442
|
+
self.start_session()
|
443
|
+
self._is_connected = True
|
440
444
|
|
441
445
|
def disconnect(self):
|
442
446
|
"""Stops the chromedriver service that runs in the background.
|
@@ -445,7 +449,6 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
|
|
445
449
|
with suppress(Exception):
|
446
450
|
self.service.stop()
|
447
451
|
self._is_connected = False
|
448
|
-
time.sleep(0.012)
|
449
452
|
|
450
453
|
def connect(self):
|
451
454
|
"""Starts the chromedriver service that runs in the background
|
@@ -453,11 +456,15 @@ class Chrome(selenium.webdriver.chrome.webdriver.WebDriver):
|
|
453
456
|
if hasattr(self, "service"):
|
454
457
|
with suppress(Exception):
|
455
458
|
self.service.start()
|
456
|
-
time.sleep(0.012)
|
457
459
|
with suppress(Exception):
|
458
460
|
self.start_session()
|
461
|
+
with suppress(Exception):
|
462
|
+
if self.current_url.startswith("chrome-extension://"):
|
463
|
+
self.close()
|
464
|
+
self.service.stop()
|
465
|
+
self.service.start()
|
466
|
+
self.start_session()
|
459
467
|
self._is_connected = True
|
460
|
-
time.sleep(0.012)
|
461
468
|
|
462
469
|
def start_session(self, capabilities=None):
|
463
470
|
if not capabilities:
|
@@ -5,6 +5,7 @@ import secrets
|
|
5
5
|
import sys
|
6
6
|
import tempfile
|
7
7
|
import zipfile
|
8
|
+
from seleniumbase.config import settings
|
8
9
|
from typing import Union, List, Optional
|
9
10
|
|
10
11
|
__all__ = [
|
@@ -101,7 +102,13 @@ class Config:
|
|
101
102
|
# Other keyword args will be accessible by attribute
|
102
103
|
self.__dict__.update(kwargs)
|
103
104
|
super().__init__()
|
105
|
+
start_width = settings.CHROME_START_WIDTH
|
106
|
+
start_height = settings.CHROME_START_HEIGHT
|
107
|
+
start_x = settings.WINDOW_START_X
|
108
|
+
start_y = settings.WINDOW_START_Y
|
104
109
|
self._default_browser_args = [
|
110
|
+
"--window-size=%s,%s" % (start_width, start_height),
|
111
|
+
"--window-position=%s,%s" % (start_x, start_y),
|
105
112
|
"--remote-allow-origins=*",
|
106
113
|
"--no-first-run",
|
107
114
|
"--no-service-autorun",
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
@@ -292,7 +292,14 @@ class Connection(metaclass=CantTouchThis):
|
|
292
292
|
if self.listener and self.listener.running:
|
293
293
|
self.listener.cancel()
|
294
294
|
self.enabled_domains.clear()
|
295
|
-
await
|
295
|
+
await asyncio.sleep(0.015)
|
296
|
+
try:
|
297
|
+
await self.websocket.close()
|
298
|
+
except Exception:
|
299
|
+
logger.debug(
|
300
|
+
"\n❌ Error closing websocket connection to %s",
|
301
|
+
self.websocket_url
|
302
|
+
)
|
296
303
|
logger.debug(
|
297
304
|
"\n❌ Closed websocket connection to %s", self.websocket_url
|
298
305
|
)
|
@@ -540,6 +547,7 @@ class Listener:
|
|
540
547
|
self.idle.set()
|
541
548
|
# Pause for a moment.
|
542
549
|
# await asyncio.sleep(self.time_before_considered_idle / 10)
|
550
|
+
await asyncio.sleep(0.015)
|
543
551
|
continue
|
544
552
|
except (Exception,) as e:
|
545
553
|
logger.debug(
|
@@ -1,4 +1,3 @@
|
|
1
|
-
#!/usr/bin/env python3
|
2
1
|
import json
|
3
2
|
import os
|
4
3
|
from contextlib import suppress
|
@@ -59,7 +58,9 @@ class ChromeOptions(ChromiumOptions):
|
|
59
58
|
json.load(f), undot_prefs
|
60
59
|
)
|
61
60
|
with suppress(Exception):
|
62
|
-
with open(
|
61
|
+
with open(
|
62
|
+
prefs_file, encoding="utf-8", mode="w", errors="ignore"
|
63
|
+
) as f:
|
63
64
|
json.dump(undot_prefs, f)
|
64
65
|
# Remove experimental_options to avoid errors
|
65
66
|
del self._experimental_options["prefs"]
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.4
|
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
|
@@ -82,8 +82,8 @@ Requires-Dist: colorama>=0.4.6
|
|
82
82
|
Requires-Dist: pyyaml>=6.0.2
|
83
83
|
Requires-Dist: pygments>=2.18.0
|
84
84
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
|
-
Requires-Dist: tabcompleter>=1.
|
86
|
-
Requires-Dist: pdbp>=1.
|
85
|
+
Requires-Dist: tabcompleter>=1.4.0
|
86
|
+
Requires-Dist: pdbp>=1.6.0
|
87
87
|
Requires-Dist: idna==3.10
|
88
88
|
Requires-Dist: chardet==5.2.0
|
89
89
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -236,6 +236,8 @@ Requires-Dist: zstandard==0.23.0; extra == "selenium-wire"
|
|
236
236
|
|
237
237
|
👤 Note that <span translate="no">SeleniumBase</span> <a translate="no" href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/uc_mode.md"><b>UC Mode</b> (Stealth Mode) has its own ReadMe</a>.
|
238
238
|
|
239
|
+
🐙 Also note that Seleniumbase <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/cdp_mode/ReadMe.md"><b>CDP Mode</b> has its own separate ReadMe</a>.
|
240
|
+
|
239
241
|
ℹ️ Scripts can be called via <code translate="no"><b>python</b></code>, although some <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/syntax_formats.md">Syntax Formats</a> expect <a href="https://docs.pytest.org/en/latest/how-to/usage.html" translate="no"><b>pytest</b></a> (a Python unit-testing framework included with SeleniumBase that can discover, collect, and run tests automatically).
|
240
242
|
|
241
243
|
<p align="left">📗 Here's <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py">my_first_test.py</a>, which tests login, shopping, and checkout:</p>
|
@@ -489,48 +491,49 @@ pip install -e .
|
|
489
491
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
490
492
|
|
491
493
|
```bash
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
COMMANDS:
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
494
|
+
___ _ _ ___
|
495
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
496
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
497
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
498
|
+
----------------------------------------------------
|
499
|
+
|
500
|
+
╭──────────────────────────────────────────────────╮
|
501
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
502
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
503
|
+
│ │
|
504
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
505
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
506
|
+
│ methods (List common Python methods) │
|
507
|
+
│ options (List common pytest options) │
|
508
|
+
│ behave-options (List common behave options) │
|
509
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
510
|
+
│ behave-gui (SBase Commander for Behave) │
|
511
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
512
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
513
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
514
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
515
|
+
│ recorder (Open Recorder Desktop App.) │
|
516
|
+
│ record (If args: mkrec. Else: App.) │
|
517
|
+
│ mkpres [FILE.py] [LANG] │
|
518
|
+
│ mkchart [FILE.py] [LANG] │
|
519
|
+
│ print [FILE] [OPTIONS] │
|
520
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
521
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
522
|
+
│ extract-objects [SB_FILE.py] │
|
523
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
524
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
525
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
526
|
+
│ encrypt / obfuscate │
|
527
|
+
│ decrypt / unobfuscate │
|
528
|
+
│ proxy (Start a basic proxy server) │
|
529
|
+
│ download server (Get Selenium Grid JAR file) │
|
530
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
531
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
532
|
+
│ │
|
533
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
534
|
+
│ * For command info => "sbase help [COMMAND]" │
|
535
|
+
│ * For info on all commands => "sbase --help" │
|
536
|
+
╰──────────────────────────────────────────────────╯
|
534
537
|
```
|
535
538
|
|
536
539
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1549,7 +1552,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1549
1552
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1550
1553
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1551
1554
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1552
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1553
1555
|
</div></p>
|
1554
1556
|
|
1555
1557
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
@@ -170,8 +170,8 @@ setup(
|
|
170
170
|
'pyyaml>=6.0.2',
|
171
171
|
'pygments>=2.18.0',
|
172
172
|
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
173
|
-
"tabcompleter>=1.
|
174
|
-
"pdbp>=1.
|
173
|
+
"tabcompleter>=1.4.0",
|
174
|
+
"pdbp>=1.6.0",
|
175
175
|
"idna==3.10",
|
176
176
|
'chardet==5.2.0',
|
177
177
|
'charset-normalizer==3.4.0',
|
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.32.3 → seleniumbase-4.32.4}/examples/behave_bdd/features/steps/calculator.py
RENAMED
File without changes
|