seleniumbase 4.32.12__tar.gz → 4.33.0__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.12/seleniumbase.egg-info → seleniumbase-4.33.0}/PKG-INFO +7 -6
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/requirements.txt +6 -5
- seleniumbase-4.33.0/seleniumbase/__version__.py +2 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/browser_launcher.py +5 -4
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/sb_cdp.py +8 -8
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/sb_driver.py +31 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/base_case.py +35 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/js_utils.py +8 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/sb_manager.py +7 -1
- {seleniumbase-4.32.12 → seleniumbase-4.33.0/seleniumbase.egg-info}/PKG-INFO +7 -6
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase.egg-info/requires.txt +6 -5
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/setup.py +6 -5
- seleniumbase-4.32.12/seleniumbase/__version__.py +0 -2
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/.gitignore +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/LICENSE +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/MANIFEST.in +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/README.md +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/github_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_login.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_null.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/install.sh +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/pyproject.toml +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/pytest.ini +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/sbase/steps.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/setup.cfg +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/site/prepare.py +0 -0
- {seleniumbase-4.32.12 → seleniumbase-4.33.0}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.33.0
|
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
|
@@ -62,8 +62,8 @@ License-File: LICENSE
|
|
62
62
|
Requires-Dist: pip>=24.3.1
|
63
63
|
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
|
-
Requires-Dist: setuptools>=75.
|
66
|
-
Requires-Dist: wheel>=0.45.
|
65
|
+
Requires-Dist: setuptools>=75.6.0; python_version >= "3.10"
|
66
|
+
Requires-Dist: wheel>=0.45.1
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
@@ -98,7 +98,7 @@ Requires-Dist: trio==0.27.0
|
|
98
98
|
Requires-Dist: trio-websocket==0.11.1
|
99
99
|
Requires-Dist: wsproto==1.2.0
|
100
100
|
Requires-Dist: websocket-client==1.8.0
|
101
|
-
Requires-Dist: selenium==4.
|
101
|
+
Requires-Dist: selenium==4.27.1
|
102
102
|
Requires-Dist: cssselect==1.2.0
|
103
103
|
Requires-Dist: sortedcontainers==2.4.0
|
104
104
|
Requires-Dist: execnet==2.1.1
|
@@ -109,7 +109,8 @@ Requires-Dist: pytest==8.3.3
|
|
109
109
|
Requires-Dist: pytest-html==2.0.1
|
110
110
|
Requires-Dist: pytest-metadata==3.1.1
|
111
111
|
Requires-Dist: pytest-ordering==0.6
|
112
|
-
Requires-Dist: pytest-rerunfailures==14.0
|
112
|
+
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
113
|
+
Requires-Dist: pytest-rerunfailures==15.0; python_version >= "3.9"
|
113
114
|
Requires-Dist: pytest-xdist==3.6.1
|
114
115
|
Requires-Dist: parameterized==0.9.0
|
115
116
|
Requires-Dist: behave==1.2.6
|
@@ -126,7 +127,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
|
126
127
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
127
128
|
Provides-Extra: coverage
|
128
129
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
129
|
-
Requires-Dist: coverage>=7.6.
|
130
|
+
Requires-Dist: coverage>=7.6.8; python_version >= "3.9" and extra == "coverage"
|
130
131
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
131
132
|
Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
|
132
133
|
Provides-Extra: flake8
|
@@ -1,8 +1,8 @@
|
|
1
1
|
pip>=24.3.1
|
2
2
|
packaging>=24.2
|
3
3
|
setuptools~=70.2;python_version<"3.10"
|
4
|
-
setuptools>=75.
|
5
|
-
wheel>=0.45.
|
4
|
+
setuptools>=75.6.0;python_version>="3.10"
|
5
|
+
wheel>=0.45.1
|
6
6
|
attrs>=24.2.0
|
7
7
|
certifi>=2024.8.30
|
8
8
|
exceptiongroup>=1.2.2
|
@@ -37,7 +37,7 @@ trio==0.27.0
|
|
37
37
|
trio-websocket==0.11.1
|
38
38
|
wsproto==1.2.0
|
39
39
|
websocket-client==1.8.0
|
40
|
-
selenium==4.
|
40
|
+
selenium==4.27.1
|
41
41
|
cssselect==1.2.0
|
42
42
|
sortedcontainers==2.4.0
|
43
43
|
execnet==2.1.1
|
@@ -48,7 +48,8 @@ pytest==8.3.3
|
|
48
48
|
pytest-html==2.0.1
|
49
49
|
pytest-metadata==3.1.1
|
50
50
|
pytest-ordering==0.6
|
51
|
-
pytest-rerunfailures==14.0
|
51
|
+
pytest-rerunfailures==14.0;python_version<"3.9"
|
52
|
+
pytest-rerunfailures==15.0;python_version>="3.9"
|
52
53
|
pytest-xdist==3.6.1
|
53
54
|
parameterized==0.9.0
|
54
55
|
behave==1.2.6
|
@@ -64,7 +65,7 @@ rich==13.9.4
|
|
64
65
|
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
65
66
|
|
66
67
|
coverage>=7.6.1;python_version<"3.9"
|
67
|
-
coverage>=7.6.
|
68
|
+
coverage>=7.6.8;python_version>="3.9"
|
68
69
|
pytest-cov>=5.0.0;python_version<"3.9"
|
69
70
|
pytest-cov>=6.0.0;python_version>="3.9"
|
70
71
|
flake8==5.0.4;python_version<"3.9"
|
@@ -216,8 +216,10 @@ def extend_driver(driver):
|
|
216
216
|
driver.get_text = DM.get_text
|
217
217
|
driver.get_active_element_css = DM.get_active_element_css
|
218
218
|
driver.get_locale_code = DM.get_locale_code
|
219
|
+
driver.get_screen_rect = DM.get_screen_rect
|
219
220
|
driver.get_origin = DM.get_origin
|
220
221
|
driver.get_user_agent = DM.get_user_agent
|
222
|
+
driver.get_cookie_string = DM.get_cookie_string
|
221
223
|
driver.highlight = DM.highlight
|
222
224
|
driver.highlight_click = DM.highlight_click
|
223
225
|
driver.highlight_if_visible = DM.highlight_if_visible
|
@@ -234,6 +236,7 @@ def extend_driver(driver):
|
|
234
236
|
driver.switch_to_window = DM.switch_to_window
|
235
237
|
driver.switch_to_tab = DM.switch_to_tab
|
236
238
|
driver.switch_to_frame = DM.switch_to_frame
|
239
|
+
driver.reset_window_size = DM.reset_window_size
|
237
240
|
if hasattr(driver, "proxy"):
|
238
241
|
driver.set_wire_proxy = DM.set_wire_proxy
|
239
242
|
return driver
|
@@ -2447,10 +2450,8 @@ def _set_firefox_options(
|
|
2447
2450
|
firefox_arg_list = firefox_arg.split(",")
|
2448
2451
|
for firefox_arg_item in firefox_arg_list:
|
2449
2452
|
firefox_arg_item = firefox_arg_item.strip()
|
2450
|
-
if not firefox_arg_item.startswith("
|
2451
|
-
if firefox_arg_item.
|
2452
|
-
firefox_arg_item = "-" + firefox_arg_item
|
2453
|
-
else:
|
2453
|
+
if not firefox_arg_item.startswith("-"):
|
2454
|
+
if firefox_arg_item.count(os.sep) == 0:
|
2454
2455
|
firefox_arg_item = "--" + firefox_arg_item
|
2455
2456
|
if len(firefox_arg_item) >= 3:
|
2456
2457
|
options.add_argument(firefox_arg_item)
|
@@ -551,7 +551,7 @@ class CDPMethods():
|
|
551
551
|
if (width != 0 or height != 0):
|
552
552
|
element.click()
|
553
553
|
click_count += 1
|
554
|
-
time.sleep(0.
|
554
|
+
time.sleep(0.044)
|
555
555
|
self.__slow_mode_pause_if_set()
|
556
556
|
self.loop.run_until_complete(self.page.wait())
|
557
557
|
except Exception:
|
@@ -668,10 +668,10 @@ class CDPMethods():
|
|
668
668
|
text = text[:-1]
|
669
669
|
for key in text:
|
670
670
|
element.send_keys(key)
|
671
|
-
time.sleep(0.
|
671
|
+
time.sleep(0.044)
|
672
672
|
if submit:
|
673
673
|
element.send_keys("\r\n")
|
674
|
-
time.sleep(0.
|
674
|
+
time.sleep(0.044)
|
675
675
|
self.__slow_mode_pause_if_set()
|
676
676
|
self.loop.run_until_complete(self.page.wait())
|
677
677
|
|
@@ -741,7 +741,7 @@ class CDPMethods():
|
|
741
741
|
return
|
742
742
|
elif self.get_window()[1].window_state.value == "minimized":
|
743
743
|
self.loop.run_until_complete(self.page.maximize())
|
744
|
-
time.sleep(0.
|
744
|
+
time.sleep(0.044)
|
745
745
|
return self.loop.run_until_complete(self.page.maximize())
|
746
746
|
|
747
747
|
def minimize(self):
|
@@ -751,7 +751,7 @@ class CDPMethods():
|
|
751
751
|
def medimize(self):
|
752
752
|
if self.get_window()[1].window_state.value == "minimized":
|
753
753
|
self.loop.run_until_complete(self.page.medimize())
|
754
|
-
time.sleep(0.
|
754
|
+
time.sleep(0.044)
|
755
755
|
return self.loop.run_until_complete(self.page.medimize())
|
756
756
|
|
757
757
|
def set_window_rect(self, x, y, width, height):
|
@@ -760,7 +760,7 @@ class CDPMethods():
|
|
760
760
|
self.page.set_window_size(
|
761
761
|
left=x, top=y, width=width, height=height)
|
762
762
|
)
|
763
|
-
time.sleep(0.
|
763
|
+
time.sleep(0.044)
|
764
764
|
return self.loop.run_until_complete(
|
765
765
|
self.page.set_window_size(
|
766
766
|
left=x, top=y, width=width, height=height)
|
@@ -1125,7 +1125,7 @@ class CDPMethods():
|
|
1125
1125
|
)
|
1126
1126
|
with gui_lock:
|
1127
1127
|
pyautogui.press(key)
|
1128
|
-
time.sleep(0.
|
1128
|
+
time.sleep(0.044)
|
1129
1129
|
self.__slow_mode_pause_if_set()
|
1130
1130
|
self.loop.run_until_complete(self.page.wait())
|
1131
1131
|
|
@@ -1139,7 +1139,7 @@ class CDPMethods():
|
|
1139
1139
|
with gui_lock:
|
1140
1140
|
for key in keys:
|
1141
1141
|
pyautogui.press(key)
|
1142
|
-
time.sleep(0.
|
1142
|
+
time.sleep(0.044)
|
1143
1143
|
self.__slow_mode_pause_if_set()
|
1144
1144
|
self.loop.run_until_complete(self.page.wait())
|
1145
1145
|
|
@@ -1,6 +1,7 @@
|
|
1
1
|
"""Add new methods to extend the driver"""
|
2
2
|
from contextlib import suppress
|
3
3
|
from selenium.webdriver.remote.webelement import WebElement
|
4
|
+
from seleniumbase.config import settings
|
4
5
|
from seleniumbase.fixtures import js_utils
|
5
6
|
from seleniumbase.fixtures import page_actions
|
6
7
|
from seleniumbase.fixtures import page_utils
|
@@ -189,6 +190,8 @@ class DriverMethods():
|
|
189
190
|
return False
|
190
191
|
|
191
192
|
def is_online(self):
|
193
|
+
if self.__is_cdp_swap_needed():
|
194
|
+
return self.driver.cdp.evaluate("navigator.onLine;")
|
192
195
|
return self.driver.execute_script("return navigator.onLine;")
|
193
196
|
|
194
197
|
def is_connected(self):
|
@@ -231,17 +234,35 @@ class DriverMethods():
|
|
231
234
|
return page_actions.get_text(self.driver, *args, **kwargs)
|
232
235
|
|
233
236
|
def get_active_element_css(self, *args, **kwargs):
|
237
|
+
if self.__is_cdp_swap_needed():
|
238
|
+
return self.driver.cdp.get_active_element_css()
|
234
239
|
return js_utils.get_active_element_css(self.driver, *args, **kwargs)
|
235
240
|
|
236
241
|
def get_locale_code(self, *args, **kwargs):
|
242
|
+
if self.__is_cdp_swap_needed():
|
243
|
+
return self.driver.cdp.get_locale_code()
|
237
244
|
return js_utils.get_locale_code(self.driver, *args, **kwargs)
|
238
245
|
|
246
|
+
def get_screen_rect(self, *args, **kwargs):
|
247
|
+
if self.__is_cdp_swap_needed():
|
248
|
+
return self.driver.cdp.get_screen_rect()
|
249
|
+
return js_utils.get_screen_rect(self.driver, *args, **kwargs)
|
250
|
+
|
239
251
|
def get_origin(self, *args, **kwargs):
|
252
|
+
if self.__is_cdp_swap_needed():
|
253
|
+
return self.driver.cdp.get_origin()
|
240
254
|
return js_utils.get_origin(self.driver, *args, **kwargs)
|
241
255
|
|
242
256
|
def get_user_agent(self, *args, **kwargs):
|
257
|
+
if self.__is_cdp_swap_needed():
|
258
|
+
return self.driver.cdp.get_user_agent()
|
243
259
|
return js_utils.get_user_agent(self.driver, *args, **kwargs)
|
244
260
|
|
261
|
+
def get_cookie_string(self, *args, **kwargs):
|
262
|
+
if self.__is_cdp_swap_needed():
|
263
|
+
return self.driver.cdp.get_cookie_string()
|
264
|
+
return js_utils.get_cookie_string(self.driver, *args, **kwargs)
|
265
|
+
|
245
266
|
def highlight(self, *args, **kwargs):
|
246
267
|
if self.__is_cdp_swap_needed():
|
247
268
|
selector = None
|
@@ -312,6 +333,16 @@ class DriverMethods():
|
|
312
333
|
iframe = self.locator(frame)
|
313
334
|
self.driver.switch_to.frame(iframe)
|
314
335
|
|
336
|
+
def reset_window_size(self):
|
337
|
+
if self.__is_cdp_swap_needed():
|
338
|
+
self.driver.cdp.reset_window_size()
|
339
|
+
return
|
340
|
+
x = settings.WINDOW_START_X
|
341
|
+
y = settings.WINDOW_START_Y
|
342
|
+
width = settings.CHROME_START_WIDTH
|
343
|
+
height = settings.CHROME_START_HEIGHT
|
344
|
+
self.driver.set_window_rect(x, y, width, height)
|
345
|
+
|
315
346
|
def set_wire_proxy(self, string):
|
316
347
|
"""Set a proxy server for selenium-wire mode ("--wire")
|
317
348
|
Examples: (ONLY avilable if using selenium-wire mode!)
|
@@ -3452,6 +3452,13 @@ class BaseCase(unittest.TestCase):
|
|
3452
3452
|
y = element_rect["y"] + (element_rect["height"] / 2.0) + 0.5
|
3453
3453
|
return (x, y)
|
3454
3454
|
|
3455
|
+
def get_screen_rect(self):
|
3456
|
+
self.__check_scope()
|
3457
|
+
if self.__is_cdp_swap_needed():
|
3458
|
+
return self.cdp.get_screen_rect()
|
3459
|
+
self._check_browser()
|
3460
|
+
return self.driver.get_screen_rect()
|
3461
|
+
|
3455
3462
|
def get_window_rect(self):
|
3456
3463
|
self.__check_scope()
|
3457
3464
|
if self.__is_cdp_swap_needed():
|
@@ -3475,6 +3482,9 @@ class BaseCase(unittest.TestCase):
|
|
3475
3482
|
|
3476
3483
|
def set_window_rect(self, x, y, width, height):
|
3477
3484
|
self.__check_scope()
|
3485
|
+
if self.__is_cdp_swap_needed():
|
3486
|
+
self.cdp.set_window_rect(x, y, width, height)
|
3487
|
+
return
|
3478
3488
|
self._check_browser()
|
3479
3489
|
self.driver.set_window_rect(x, y, width, height)
|
3480
3490
|
self.__demo_mode_pause_if_active(tiny=True)
|
@@ -3493,10 +3503,35 @@ class BaseCase(unittest.TestCase):
|
|
3493
3503
|
|
3494
3504
|
def maximize_window(self):
|
3495
3505
|
self.__check_scope()
|
3506
|
+
if self.__is_cdp_swap_needed():
|
3507
|
+
self.cdp.maximize()
|
3508
|
+
return
|
3496
3509
|
self._check_browser()
|
3497
3510
|
self.driver.maximize_window()
|
3498
3511
|
self.__demo_mode_pause_if_active(tiny=True)
|
3499
3512
|
|
3513
|
+
def minimize_window(self):
|
3514
|
+
self.__check_scope()
|
3515
|
+
if self.__is_cdp_swap_needed():
|
3516
|
+
self.cdp.minimize()
|
3517
|
+
return
|
3518
|
+
self._check_browser()
|
3519
|
+
self.driver.minimize_window()
|
3520
|
+
self.__demo_mode_pause_if_active(tiny=True)
|
3521
|
+
|
3522
|
+
def reset_window_size(self):
|
3523
|
+
self.__check_scope()
|
3524
|
+
if self.__is_cdp_swap_needed():
|
3525
|
+
self.cdp.reset_window_size()
|
3526
|
+
return
|
3527
|
+
self._check_browser()
|
3528
|
+
x = settings.WINDOW_START_X
|
3529
|
+
y = settings.WINDOW_START_Y
|
3530
|
+
width = settings.CHROME_START_WIDTH
|
3531
|
+
height = settings.CHROME_START_HEIGHT
|
3532
|
+
self.set_window_rect(x, y, width, height)
|
3533
|
+
self.__demo_mode_pause_if_active(tiny=True)
|
3534
|
+
|
3500
3535
|
def switch_to_frame(self, frame="iframe", timeout=None):
|
3501
3536
|
"""Wait for an iframe to appear, and switch to it. This should be
|
3502
3537
|
usable as a drop-in replacement for driver.switch_to.frame().
|
@@ -1188,6 +1188,10 @@ def get_locale_code(driver):
|
|
1188
1188
|
return driver.execute_script(script)
|
1189
1189
|
|
1190
1190
|
|
1191
|
+
def get_screen_rect(driver):
|
1192
|
+
return driver.execute_script("return window.screen;")
|
1193
|
+
|
1194
|
+
|
1191
1195
|
def get_origin(driver):
|
1192
1196
|
return driver.execute_script("return window.location.origin;")
|
1193
1197
|
|
@@ -1196,6 +1200,10 @@ def get_user_agent(driver):
|
|
1196
1200
|
return driver.execute_script("return navigator.userAgent;")
|
1197
1201
|
|
1198
1202
|
|
1203
|
+
def get_cookie_string(driver):
|
1204
|
+
return driver.execute_script("return document.cookie;")
|
1205
|
+
|
1206
|
+
|
1199
1207
|
def get_scroll_distance_to_element(driver, element):
|
1200
1208
|
try:
|
1201
1209
|
scroll_position = driver.execute_script("return window.scrollY;")
|
@@ -275,12 +275,15 @@ def SB(
|
|
275
275
|
collect_only = ("--co" in sys_argv or "--collect-only" in sys_argv)
|
276
276
|
all_scripts = (hasattr(sb_config, "all_scripts") and sb_config.all_scripts)
|
277
277
|
do_log_folder_setup = False # The first "test=True" run does it
|
278
|
+
inner_test = False
|
278
279
|
if (
|
279
280
|
(hasattr(sb_config, "is_behave") and sb_config.is_behave)
|
280
281
|
or (hasattr(sb_config, "is_pytest") and sb_config.is_pytest)
|
281
282
|
or (hasattr(sb_config, "is_nosetest") and sb_config.is_nosetest)
|
282
283
|
):
|
283
284
|
existing_runner = True
|
285
|
+
if test:
|
286
|
+
inner_test = True
|
284
287
|
test = False # Already using a test runner. Skip extra test steps.
|
285
288
|
elif test is None and "--test" in sys_argv:
|
286
289
|
test = True
|
@@ -1222,7 +1225,10 @@ def SB(
|
|
1222
1225
|
sb._has_failure = True
|
1223
1226
|
exception = e
|
1224
1227
|
test_passed = False
|
1225
|
-
if not test_name:
|
1228
|
+
if (test or inner_test) and not test_name:
|
1229
|
+
print(e)
|
1230
|
+
return
|
1231
|
+
elif not test_name:
|
1226
1232
|
raise
|
1227
1233
|
else:
|
1228
1234
|
the_traceback = traceback.format_exc().strip()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.
|
3
|
+
Version: 4.33.0
|
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
|
@@ -62,8 +62,8 @@ License-File: LICENSE
|
|
62
62
|
Requires-Dist: pip>=24.3.1
|
63
63
|
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
|
-
Requires-Dist: setuptools>=75.
|
66
|
-
Requires-Dist: wheel>=0.45.
|
65
|
+
Requires-Dist: setuptools>=75.6.0; python_version >= "3.10"
|
66
|
+
Requires-Dist: wheel>=0.45.1
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
@@ -98,7 +98,7 @@ Requires-Dist: trio==0.27.0
|
|
98
98
|
Requires-Dist: trio-websocket==0.11.1
|
99
99
|
Requires-Dist: wsproto==1.2.0
|
100
100
|
Requires-Dist: websocket-client==1.8.0
|
101
|
-
Requires-Dist: selenium==4.
|
101
|
+
Requires-Dist: selenium==4.27.1
|
102
102
|
Requires-Dist: cssselect==1.2.0
|
103
103
|
Requires-Dist: sortedcontainers==2.4.0
|
104
104
|
Requires-Dist: execnet==2.1.1
|
@@ -109,7 +109,8 @@ Requires-Dist: pytest==8.3.3
|
|
109
109
|
Requires-Dist: pytest-html==2.0.1
|
110
110
|
Requires-Dist: pytest-metadata==3.1.1
|
111
111
|
Requires-Dist: pytest-ordering==0.6
|
112
|
-
Requires-Dist: pytest-rerunfailures==14.0
|
112
|
+
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
113
|
+
Requires-Dist: pytest-rerunfailures==15.0; python_version >= "3.9"
|
113
114
|
Requires-Dist: pytest-xdist==3.6.1
|
114
115
|
Requires-Dist: parameterized==0.9.0
|
115
116
|
Requires-Dist: behave==1.2.6
|
@@ -126,7 +127,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
|
126
127
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
127
128
|
Provides-Extra: coverage
|
128
129
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
129
|
-
Requires-Dist: coverage>=7.6.
|
130
|
+
Requires-Dist: coverage>=7.6.8; python_version >= "3.9" and extra == "coverage"
|
130
131
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
131
132
|
Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
|
132
133
|
Provides-Extra: flake8
|
@@ -1,6 +1,6 @@
|
|
1
1
|
pip>=24.3.1
|
2
2
|
packaging>=24.2
|
3
|
-
wheel>=0.45.
|
3
|
+
wheel>=0.45.1
|
4
4
|
attrs>=24.2.0
|
5
5
|
certifi>=2024.8.30
|
6
6
|
exceptiongroup>=1.2.2
|
@@ -30,7 +30,7 @@ trio==0.27.0
|
|
30
30
|
trio-websocket==0.11.1
|
31
31
|
wsproto==1.2.0
|
32
32
|
websocket-client==1.8.0
|
33
|
-
selenium==4.
|
33
|
+
selenium==4.27.1
|
34
34
|
cssselect==1.2.0
|
35
35
|
sortedcontainers==2.4.0
|
36
36
|
execnet==2.1.1
|
@@ -41,7 +41,6 @@ pytest==8.3.3
|
|
41
41
|
pytest-html==2.0.1
|
42
42
|
pytest-metadata==3.1.1
|
43
43
|
pytest-ordering==0.6
|
44
|
-
pytest-rerunfailures==14.0
|
45
44
|
pytest-xdist==3.6.1
|
46
45
|
parameterized==0.9.0
|
47
46
|
behave==1.2.6
|
@@ -64,13 +63,15 @@ urllib3<2,>=1.26.20
|
|
64
63
|
|
65
64
|
[:python_version < "3.9"]
|
66
65
|
websockets~=13.1
|
66
|
+
pytest-rerunfailures==14.0
|
67
67
|
|
68
68
|
[:python_version >= "3.10"]
|
69
|
-
setuptools>=75.
|
69
|
+
setuptools>=75.6.0
|
70
70
|
urllib3<2.3.0,>=1.26.20
|
71
71
|
|
72
72
|
[:python_version >= "3.9"]
|
73
73
|
websockets>=14.1
|
74
|
+
pytest-rerunfailures==15.0
|
74
75
|
|
75
76
|
[allure]
|
76
77
|
allure-pytest>=2.13.5
|
@@ -84,7 +85,7 @@ coverage>=7.6.1
|
|
84
85
|
pytest-cov>=5.0.0
|
85
86
|
|
86
87
|
[coverage:python_version >= "3.9"]
|
87
|
-
coverage>=7.6.
|
88
|
+
coverage>=7.6.8
|
88
89
|
pytest-cov>=6.0.0
|
89
90
|
|
90
91
|
[flake8]
|
@@ -150,8 +150,8 @@ setup(
|
|
150
150
|
'pip>=24.3.1',
|
151
151
|
'packaging>=24.2',
|
152
152
|
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153
|
-
'setuptools>=75.
|
154
|
-
'wheel>=0.45.
|
153
|
+
'setuptools>=75.6.0;python_version>="3.10"',
|
154
|
+
'wheel>=0.45.1',
|
155
155
|
'attrs>=24.2.0',
|
156
156
|
"certifi>=2024.8.30",
|
157
157
|
"exceptiongroup>=1.2.2",
|
@@ -186,7 +186,7 @@ setup(
|
|
186
186
|
'trio-websocket==0.11.1',
|
187
187
|
'wsproto==1.2.0',
|
188
188
|
'websocket-client==1.8.0',
|
189
|
-
'selenium==4.
|
189
|
+
'selenium==4.27.1',
|
190
190
|
'cssselect==1.2.0',
|
191
191
|
"sortedcontainers==2.4.0",
|
192
192
|
'execnet==2.1.1',
|
@@ -197,7 +197,8 @@ setup(
|
|
197
197
|
"pytest-html==2.0.1", # Newer ones had issues
|
198
198
|
'pytest-metadata==3.1.1',
|
199
199
|
"pytest-ordering==0.6",
|
200
|
-
'pytest-rerunfailures==14.0',
|
200
|
+
'pytest-rerunfailures==14.0;python_version<"3.9"',
|
201
|
+
'pytest-rerunfailures==15.0;python_version>="3.9"',
|
201
202
|
'pytest-xdist==3.6.1',
|
202
203
|
'parameterized==0.9.0',
|
203
204
|
"behave==1.2.6",
|
@@ -222,7 +223,7 @@ setup(
|
|
222
223
|
# Usage: coverage run -m pytest; coverage html; coverage report
|
223
224
|
"coverage": [
|
224
225
|
'coverage>=7.6.1;python_version<"3.9"',
|
225
|
-
'coverage>=7.6.
|
226
|
+
'coverage>=7.6.8;python_version>="3.9"',
|
226
227
|
'pytest-cov>=5.0.0;python_version<"3.9"',
|
227
228
|
'pytest-cov>=6.0.0;python_version>="3.9"',
|
228
229
|
],
|
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.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/calculator.py
RENAMED
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/fail_page.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/behave_bdd/features/steps/swag_labs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/file_parsing/__init__.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/google_objects.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/examples/boilerplates/samples/swag_labs_test.py
RENAMED
File without changes
|
{seleniumbase-4.32.12 → seleniumbase-4.33.0}/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
|