seleniumbase 4.32.8__tar.gz → 4.32.9__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.8/seleniumbase.egg-info → seleniumbase-4.32.9}/PKG-INFO +5 -4
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/requirements.txt +4 -3
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/browser_launcher.py +6 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/sb_cdp.py +39 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/driver_manager.py +1 -5
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/sb_manager.py +1 -5
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/connection.py +4 -3
- {seleniumbase-4.32.8 → seleniumbase-4.32.9/seleniumbase.egg-info}/PKG-INFO +5 -4
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase.egg-info/requires.txt +8 -3
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/setup.py +4 -3
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/.gitignore +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/LICENSE +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/MANIFEST.in +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/README.md +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/github_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_login.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_null.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/install.sh +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/pyproject.toml +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/pytest.ini +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/sbase/steps.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/base_case.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/setup.cfg +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/site/prepare.py +0 -0
- {seleniumbase-4.32.8 → seleniumbase-4.32.9}/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.9
|
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
|
@@ -60,14 +60,15 @@ Requires-Python: >=3.8
|
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
62
|
Requires-Dist: pip>=24.2
|
63
|
-
Requires-Dist: packaging>=24.
|
63
|
+
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
66
|
-
Requires-Dist: wheel>=0.
|
66
|
+
Requires-Dist: wheel>=0.45.0
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
70
|
-
Requires-Dist: websockets
|
70
|
+
Requires-Dist: websockets~=13.1; python_version < "3.9"
|
71
|
+
Requires-Dist: websockets>=14.0; python_version >= "3.9"
|
71
72
|
Requires-Dist: filelock>=3.16.1
|
72
73
|
Requires-Dist: fasteners>=0.19
|
73
74
|
Requires-Dist: mycdp>=1.0.1
|
@@ -1,12 +1,13 @@
|
|
1
1
|
pip>=24.2
|
2
|
-
packaging>=24.
|
2
|
+
packaging>=24.2
|
3
3
|
setuptools~=70.2;python_version<"3.10"
|
4
4
|
setuptools>=73.0.1;python_version>="3.10"
|
5
|
-
wheel>=0.
|
5
|
+
wheel>=0.45.0
|
6
6
|
attrs>=24.2.0
|
7
7
|
certifi>=2024.8.30
|
8
8
|
exceptiongroup>=1.2.2
|
9
|
-
websockets
|
9
|
+
websockets~=13.1;python_version<"3.9"
|
10
|
+
websockets>=14.0;python_version>="3.9"
|
10
11
|
filelock>=3.16.1
|
11
12
|
fasteners>=0.19
|
12
13
|
mycdp>=1.0.1
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.32.
|
2
|
+
__version__ = "4.32.9"
|
@@ -620,6 +620,9 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
620
620
|
cdp.reset_window_size = CDPM.reset_window_size
|
621
621
|
cdp.set_locale = CDPM.set_locale
|
622
622
|
cdp.set_attributes = CDPM.set_attributes
|
623
|
+
cdp.gui_press_key = CDPM.gui_press_key
|
624
|
+
cdp.gui_press_keys = CDPM.gui_press_keys
|
625
|
+
cdp.gui_write = CDPM.gui_write
|
623
626
|
cdp.gui_click_x_y = CDPM.gui_click_x_y
|
624
627
|
cdp.gui_click_element = CDPM.gui_click_element
|
625
628
|
cdp.internalize_links = CDPM.internalize_links
|
@@ -721,6 +724,9 @@ def uc_click(
|
|
721
724
|
timeout=settings.SMALL_TIMEOUT,
|
722
725
|
reconnect_time=None,
|
723
726
|
):
|
727
|
+
if __is_cdp_swap_needed(driver):
|
728
|
+
driver.cdp.click(selector)
|
729
|
+
return
|
724
730
|
with suppress(Exception):
|
725
731
|
rct = float(by) # Add shortcut: driver.uc_click(selector, RCT)
|
726
732
|
if not reconnect_time:
|
@@ -942,6 +942,45 @@ class CDPMethods():
|
|
942
942
|
)
|
943
943
|
return pyautogui_copy
|
944
944
|
|
945
|
+
def gui_press_key(self, key):
|
946
|
+
self.__install_pyautogui_if_missing()
|
947
|
+
import pyautogui
|
948
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
949
|
+
gui_lock = fasteners.InterProcessLock(
|
950
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
951
|
+
)
|
952
|
+
with gui_lock:
|
953
|
+
pyautogui.press(key)
|
954
|
+
time.sleep(0.0375)
|
955
|
+
self.__slow_mode_pause_if_set()
|
956
|
+
self.loop.run_until_complete(self.page.wait())
|
957
|
+
|
958
|
+
def gui_press_keys(self, keys):
|
959
|
+
self.__install_pyautogui_if_missing()
|
960
|
+
import pyautogui
|
961
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
962
|
+
gui_lock = fasteners.InterProcessLock(
|
963
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
964
|
+
)
|
965
|
+
with gui_lock:
|
966
|
+
for key in keys:
|
967
|
+
pyautogui.press(key)
|
968
|
+
time.sleep(0.0375)
|
969
|
+
self.__slow_mode_pause_if_set()
|
970
|
+
self.loop.run_until_complete(self.page.wait())
|
971
|
+
|
972
|
+
def gui_write(self, text):
|
973
|
+
self.__install_pyautogui_if_missing()
|
974
|
+
import pyautogui
|
975
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
976
|
+
gui_lock = fasteners.InterProcessLock(
|
977
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
978
|
+
)
|
979
|
+
with gui_lock:
|
980
|
+
pyautogui.write(text)
|
981
|
+
self.__slow_mode_pause_if_set()
|
982
|
+
self.loop.run_until_complete(self.page.wait())
|
983
|
+
|
945
984
|
def __gui_click_x_y(self, x, y, timeframe=0.25, uc_lock=False):
|
946
985
|
self.__install_pyautogui_if_missing()
|
947
986
|
import pyautogui
|
@@ -550,11 +550,7 @@ def Driver(
|
|
550
550
|
or uc_sub
|
551
551
|
):
|
552
552
|
undetectable = True
|
553
|
-
if
|
554
|
-
(undetectable or undetected or uc)
|
555
|
-
and (uc_subprocess is None)
|
556
|
-
and (uc_sub is None)
|
557
|
-
):
|
553
|
+
if undetectable or undetected or uc:
|
558
554
|
uc_subprocess = True # Use UC as a subprocess by default.
|
559
555
|
elif (
|
560
556
|
"--undetectable" in sys_argv
|
@@ -608,11 +608,7 @@ def SB(
|
|
608
608
|
or uc_sub
|
609
609
|
):
|
610
610
|
undetectable = True
|
611
|
-
if
|
612
|
-
(undetectable or undetected or uc)
|
613
|
-
and (uc_subprocess is None)
|
614
|
-
and (uc_sub is None)
|
615
|
-
):
|
611
|
+
if undetectable or undetected or uc:
|
616
612
|
uc_subprocess = True # Use UC as a subprocess by default.
|
617
613
|
elif (
|
618
614
|
"--undetectable" in sys_argv
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
@@ -18,6 +18,7 @@ from typing import (
|
|
18
18
|
TypeVar,
|
19
19
|
)
|
20
20
|
import websockets
|
21
|
+
from websockets.protocol import State
|
21
22
|
from . import cdp_util as util
|
22
23
|
import mycdp as cdp
|
23
24
|
import mycdp.network
|
@@ -261,7 +262,7 @@ class Connection(metaclass=CantTouchThis):
|
|
261
262
|
"""
|
262
263
|
Opens the websocket connection. Shouldn't be called manually by users.
|
263
264
|
"""
|
264
|
-
if not self.websocket or self.websocket.
|
265
|
+
if not self.websocket or self.websocket.state is State.CLOSED:
|
265
266
|
try:
|
266
267
|
self.websocket = await websockets.connect(
|
267
268
|
self.websocket_url,
|
@@ -288,7 +289,7 @@ class Connection(metaclass=CantTouchThis):
|
|
288
289
|
"""
|
289
290
|
Closes the websocket connection. Shouldn't be called manually by users.
|
290
291
|
"""
|
291
|
-
if self.websocket and
|
292
|
+
if self.websocket and self.websocket.state is not State.CLOSED:
|
292
293
|
if self.listener and self.listener.running:
|
293
294
|
self.listener.cancel()
|
294
295
|
self.enabled_domains.clear()
|
@@ -393,7 +394,7 @@ class Connection(metaclass=CantTouchThis):
|
|
393
394
|
when multiple calls to connection.send() are made.
|
394
395
|
"""
|
395
396
|
await self.aopen()
|
396
|
-
if not self.websocket or self.
|
397
|
+
if not self.websocket or self.websocket.state is State.CLOSED:
|
397
398
|
return
|
398
399
|
if self._owner:
|
399
400
|
browser = self._owner
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.9
|
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
|
@@ -60,14 +60,15 @@ Requires-Python: >=3.8
|
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
62
|
Requires-Dist: pip>=24.2
|
63
|
-
Requires-Dist: packaging>=24.
|
63
|
+
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
66
|
-
Requires-Dist: wheel>=0.
|
66
|
+
Requires-Dist: wheel>=0.45.0
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
70
|
-
Requires-Dist: websockets
|
70
|
+
Requires-Dist: websockets~=13.1; python_version < "3.9"
|
71
|
+
Requires-Dist: websockets>=14.0; python_version >= "3.9"
|
71
72
|
Requires-Dist: filelock>=3.16.1
|
72
73
|
Requires-Dist: fasteners>=0.19
|
73
74
|
Requires-Dist: mycdp>=1.0.1
|
@@ -1,10 +1,9 @@
|
|
1
1
|
pip>=24.2
|
2
|
-
packaging>=24.
|
3
|
-
wheel>=0.
|
2
|
+
packaging>=24.2
|
3
|
+
wheel>=0.45.0
|
4
4
|
attrs>=24.2.0
|
5
5
|
certifi>=2024.8.30
|
6
6
|
exceptiongroup>=1.2.2
|
7
|
-
websockets>=13.1
|
8
7
|
filelock>=3.16.1
|
9
8
|
fasteners>=0.19
|
10
9
|
mycdp>=1.0.1
|
@@ -63,10 +62,16 @@ pyreadline3>=3.5.3
|
|
63
62
|
setuptools~=70.2
|
64
63
|
urllib3<2,>=1.26.20
|
65
64
|
|
65
|
+
[:python_version < "3.9"]
|
66
|
+
websockets~=13.1
|
67
|
+
|
66
68
|
[:python_version >= "3.10"]
|
67
69
|
setuptools>=73.0.1
|
68
70
|
urllib3<2.3.0,>=1.26.20
|
69
71
|
|
72
|
+
[:python_version >= "3.9"]
|
73
|
+
websockets>=14.0
|
74
|
+
|
70
75
|
[allure]
|
71
76
|
allure-pytest>=2.13.5
|
72
77
|
allure-python-commons>=2.13.5
|
@@ -148,14 +148,15 @@ setup(
|
|
148
148
|
python_requires=">=3.8",
|
149
149
|
install_requires=[
|
150
150
|
'pip>=24.2',
|
151
|
-
'packaging>=24.
|
151
|
+
'packaging>=24.2',
|
152
152
|
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153
153
|
'setuptools>=73.0.1;python_version>="3.10"',
|
154
|
-
'wheel>=0.
|
154
|
+
'wheel>=0.45.0',
|
155
155
|
'attrs>=24.2.0',
|
156
156
|
"certifi>=2024.8.30",
|
157
157
|
"exceptiongroup>=1.2.2",
|
158
|
-
|
158
|
+
'websockets~=13.1;python_version<"3.9"',
|
159
|
+
'websockets>=14.0;python_version>="3.9"',
|
159
160
|
'filelock>=3.16.1',
|
160
161
|
'fasteners>=0.19',
|
161
162
|
"mycdp>=1.0.1",
|
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.32.8 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/calculator.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
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/boilerplates/samples/test_page_objects.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
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/protractor/mat_paginator_test.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/flaky_messy_raw.py
RENAMED
File without changes
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/migration/raw_selenium/long_messy_raw.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.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_extended_driver.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.8 → seleniumbase-4.32.9}/examples/offline_examples/test_request_fixture.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
|
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
|