seleniumbase 4.33.12__tar.gz → 4.33.13__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/LICENSE +1 -1
- {seleniumbase-4.33.12/seleniumbase.egg-info → seleniumbase-4.33.13}/PKG-INFO +20 -7
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/hack_the_planet.py +4 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_ahrefs.py +1 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/requirements.txt +5 -4
- seleniumbase-4.33.13/seleniumbase/__version__.py +2 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/browser_launcher.py +21 -3
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/base_case.py +22 -3
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/sb_manager.py +13 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/cdp_util.py +3 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13/seleniumbase.egg-info}/PKG-INFO +20 -7
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase.egg-info/requires.txt +6 -5
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/setup.py +6 -5
- seleniumbase-4.33.12/seleniumbase/__version__.py +0 -2
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/.gitignore +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/MANIFEST.in +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/README.md +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/basic_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/custom_settings.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/edge_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/github_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/my_first_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/performance_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/proxy_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_block.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_call.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_cf.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_detection.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_games.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_robot.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_sb.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_calculator.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_canvas.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_decryption.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_double_click.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_download_files.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_download_images.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_error_page.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_fail.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_login.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_markers.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_null.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_select_options.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_suite.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_xfail.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/wordle_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/xpath_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/install.sh +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/brython/index.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/pyproject.toml +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/pytest.ini +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/sbase/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/sbase/__main__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/sbase/steps.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/sb_cdp.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/setup.cfg +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/site/prepare.py +0 -0
- {seleniumbase-4.33.12 → seleniumbase-4.33.13}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.33.
|
3
|
+
Version: 4.33.13
|
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,7 +62,7 @@ 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.
|
65
|
+
Requires-Dist: setuptools>=75.8.0; python_version >= "3.10"
|
66
66
|
Requires-Dist: wheel>=0.45.1
|
67
67
|
Requires-Dist: attrs>=24.3.0
|
68
68
|
Requires-Dist: certifi>=2024.12.14
|
@@ -84,7 +84,7 @@ Requires-Dist: parse>=1.20.2
|
|
84
84
|
Requires-Dist: parse-type>=0.6.4
|
85
85
|
Requires-Dist: colorama>=0.4.6
|
86
86
|
Requires-Dist: pyyaml>=6.0.2
|
87
|
-
Requires-Dist: pygments>=2.
|
87
|
+
Requires-Dist: pygments>=2.19.1
|
88
88
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
89
89
|
Requires-Dist: tabcompleter>=1.4.0
|
90
90
|
Requires-Dist: pdbp>=1.6.1
|
@@ -97,7 +97,8 @@ Requires-Dist: requests==2.32.3
|
|
97
97
|
Requires-Dist: sniffio==1.3.1
|
98
98
|
Requires-Dist: h11==0.14.0
|
99
99
|
Requires-Dist: outcome==1.3.0.post0
|
100
|
-
Requires-Dist: trio==0.27.0
|
100
|
+
Requires-Dist: trio==0.27.0; python_version < "3.9"
|
101
|
+
Requires-Dist: trio==0.28.0; python_version >= "3.9"
|
101
102
|
Requires-Dist: trio-websocket==0.11.1
|
102
103
|
Requires-Dist: wsproto==1.2.0
|
103
104
|
Requires-Dist: websocket-client==1.8.0
|
@@ -129,7 +130,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
|
129
130
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
130
131
|
Provides-Extra: coverage
|
131
132
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
132
|
-
Requires-Dist: coverage>=7.6.
|
133
|
+
Requires-Dist: coverage>=7.6.10; python_version >= "3.9" and extra == "coverage"
|
133
134
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
134
135
|
Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
|
135
136
|
Provides-Extra: flake8
|
@@ -153,7 +154,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
153
154
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
154
155
|
Provides-Extra: pillow
|
155
156
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
156
|
-
Requires-Dist: Pillow>=11.
|
157
|
+
Requires-Dist: Pillow>=11.1.0; python_version >= "3.9" and extra == "pillow"
|
157
158
|
Provides-Extra: pip-system-certs
|
158
159
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
159
160
|
Provides-Extra: proxy
|
@@ -176,6 +177,18 @@ Requires-Dist: hyperframe==6.0.1; extra == "selenium-wire"
|
|
176
177
|
Requires-Dist: kaitaistruct==0.10; extra == "selenium-wire"
|
177
178
|
Requires-Dist: pyasn1==0.6.1; extra == "selenium-wire"
|
178
179
|
Requires-Dist: zstandard==0.23.0; extra == "selenium-wire"
|
180
|
+
Dynamic: author
|
181
|
+
Dynamic: author-email
|
182
|
+
Dynamic: classifier
|
183
|
+
Dynamic: home-page
|
184
|
+
Dynamic: keywords
|
185
|
+
Dynamic: license
|
186
|
+
Dynamic: maintainer
|
187
|
+
Dynamic: platform
|
188
|
+
Dynamic: provides-extra
|
189
|
+
Dynamic: requires-dist
|
190
|
+
Dynamic: requires-python
|
191
|
+
Dynamic: summary
|
179
192
|
|
180
193
|
<!-- SeleniumBase Docs -->
|
181
194
|
|
@@ -114,6 +114,8 @@ class HackTests(BaseCase):
|
|
114
114
|
self.set_text_content(".profile-preview-card button", "SeleniumBase")
|
115
115
|
if self.is_element_visible('h2 a[href*="simonh"]'):
|
116
116
|
self.set_text_content('h2 a[href*="simonh"]', aybabtu)
|
117
|
+
if self.is_element_visible('main h2 a[id*="article"]'):
|
118
|
+
self.set_text_content('main h2 a[id*="article"]', aybabtu)
|
117
119
|
self.highlight('[aria-label="Primary sidebar"] div div', scroll=False)
|
118
120
|
self.highlight('nav a[data-text="Relevant"]', loops=1, scroll=False)
|
119
121
|
self.highlight('nav a[data-text="Latest"]', loops=1, scroll=False)
|
@@ -124,6 +126,8 @@ class HackTests(BaseCase):
|
|
124
126
|
self.highlight('nav a[data-text="Infinity"]', loops=3, scroll=False)
|
125
127
|
if self.is_element_visible('h2 a[href*="simonh"]'):
|
126
128
|
self.highlight('h2 a[href*="simonh"]', loops=7, scroll=False)
|
129
|
+
if self.is_element_visible('main h2 a[id*="article"]'):
|
130
|
+
self.highlight('main h2 a[id*="article"]', loops=7, scroll=False)
|
127
131
|
self.highlight("section.crayons-card", loops=7, scroll=False)
|
128
132
|
|
129
133
|
self.open("https://azure.microsoft.com/en-us/services/playfab/")
|
@@ -10,6 +10,7 @@ with SB(uc=True, test=True, incognito=True, locale_code="en") as sb:
|
|
10
10
|
sb.uc_click(submit_button, reconnect_time=3.25)
|
11
11
|
sb.uc_gui_click_captcha()
|
12
12
|
sb.wait_for_text_not_visible("Checking", timeout=11.5)
|
13
|
+
sb.click_if_visible('button[data-cky-tag="close-button"]')
|
13
14
|
sb.highlight('p:contains("github.com/seleniumbase/SeleniumBase")')
|
14
15
|
sb.highlight('a:contains("Top 100 backlinks")')
|
15
16
|
sb.set_messenger_theme(location="bottom_center")
|
@@ -1,7 +1,7 @@
|
|
1
1
|
pip>=24.3.1
|
2
2
|
packaging>=24.2
|
3
3
|
setuptools~=70.2;python_version<"3.10"
|
4
|
-
setuptools>=75.
|
4
|
+
setuptools>=75.8.0;python_version>="3.10"
|
5
5
|
wheel>=0.45.1
|
6
6
|
attrs>=24.3.0
|
7
7
|
certifi>=2024.12.14
|
@@ -23,7 +23,7 @@ parse>=1.20.2
|
|
23
23
|
parse-type>=0.6.4
|
24
24
|
colorama>=0.4.6
|
25
25
|
pyyaml>=6.0.2
|
26
|
-
pygments>=2.
|
26
|
+
pygments>=2.19.1
|
27
27
|
pyreadline3>=3.5.3;platform_system=="Windows"
|
28
28
|
tabcompleter>=1.4.0
|
29
29
|
pdbp>=1.6.1
|
@@ -36,7 +36,8 @@ requests==2.32.3
|
|
36
36
|
sniffio==1.3.1
|
37
37
|
h11==0.14.0
|
38
38
|
outcome==1.3.0.post0
|
39
|
-
trio==0.27.0
|
39
|
+
trio==0.27.0;python_version<"3.9"
|
40
|
+
trio==0.28.0;python_version>="3.9"
|
40
41
|
trio-websocket==0.11.1
|
41
42
|
wsproto==1.2.0
|
42
43
|
websocket-client==1.8.0
|
@@ -67,7 +68,7 @@ rich==13.9.4
|
|
67
68
|
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
68
69
|
|
69
70
|
coverage>=7.6.1;python_version<"3.9"
|
70
|
-
coverage>=7.6.
|
71
|
+
coverage>=7.6.10;python_version>="3.9"
|
71
72
|
pytest-cov>=5.0.0;python_version<"3.9"
|
72
73
|
pytest-cov>=6.0.0;python_version>="3.9"
|
73
74
|
flake8==5.0.4;python_version<"3.9"
|
@@ -533,10 +533,26 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
533
533
|
if url_protocol not in ["about", "data", "chrome"]:
|
534
534
|
safe_url = False
|
535
535
|
|
536
|
+
headless = False
|
537
|
+
headed = None
|
538
|
+
xvfb = None
|
539
|
+
if hasattr(sb_config, "headless"):
|
540
|
+
headless = sb_config.headless
|
541
|
+
if hasattr(sb_config, "headed"):
|
542
|
+
headed = sb_config.headed
|
543
|
+
if hasattr(sb_config, "xvfb"):
|
544
|
+
xvfb = sb_config.xvfb
|
545
|
+
|
536
546
|
loop = asyncio.new_event_loop()
|
537
547
|
asyncio.set_event_loop(loop)
|
538
548
|
driver.cdp_base = loop.run_until_complete(
|
539
|
-
cdp_util.start(
|
549
|
+
cdp_util.start(
|
550
|
+
host=cdp_host,
|
551
|
+
port=cdp_port,
|
552
|
+
headless=headless,
|
553
|
+
headed=headed,
|
554
|
+
xvfb=xvfb,
|
555
|
+
)
|
540
556
|
)
|
541
557
|
loop.run_until_complete(driver.cdp_base.wait(0))
|
542
558
|
|
@@ -863,13 +879,15 @@ def __install_pyautogui_if_missing():
|
|
863
879
|
xvfb_height = 768
|
864
880
|
sb_config._xvfb_height = xvfb_height
|
865
881
|
with suppress(Exception):
|
866
|
-
|
882
|
+
_xvfb_display = Display(
|
867
883
|
visible=True,
|
868
884
|
size=(xvfb_width, xvfb_height),
|
869
885
|
backend="xvfb",
|
870
886
|
use_xauth=True,
|
871
887
|
)
|
872
|
-
|
888
|
+
_xvfb_display.start()
|
889
|
+
sb_config._virtual_display = _xvfb_display
|
890
|
+
sb_config.headless_active = True
|
873
891
|
|
874
892
|
|
875
893
|
def install_pyautogui_if_missing(driver):
|
@@ -13795,7 +13795,8 @@ class BaseCase(unittest.TestCase):
|
|
13795
13795
|
if self.get_current_url() == "about:blank":
|
13796
13796
|
self.switch_to_window(current_window)
|
13797
13797
|
except Exception:
|
13798
|
-
|
13798
|
+
with suppress(Exception):
|
13799
|
+
self.switch_to_window(current_window)
|
13799
13800
|
|
13800
13801
|
def __needs_minimum_wait(self):
|
13801
13802
|
if (
|
@@ -14004,9 +14005,10 @@ class BaseCase(unittest.TestCase):
|
|
14004
14005
|
visible=0, size=(width, height)
|
14005
14006
|
)
|
14006
14007
|
self._xvfb_display.start()
|
14007
|
-
sb_config._virtual_display = self._xvfb_display
|
14008
14008
|
self.headless_active = True
|
14009
|
-
|
14009
|
+
if not self.undetectable:
|
14010
|
+
sb_config._virtual_display = self._xvfb_display
|
14011
|
+
sb_config.headless_active = True
|
14010
14012
|
|
14011
14013
|
def __activate_virtual_display(self):
|
14012
14014
|
if self.undetectable and not (self.headless or self.headless2):
|
@@ -14029,6 +14031,8 @@ class BaseCase(unittest.TestCase):
|
|
14029
14031
|
"\nX11 display failed! Will use regular xvfb!"
|
14030
14032
|
)
|
14031
14033
|
self.__activate_standard_virtual_display()
|
14034
|
+
else:
|
14035
|
+
self.headless_active = True
|
14032
14036
|
except Exception as e:
|
14033
14037
|
if hasattr(e, "msg"):
|
14034
14038
|
print("\n" + str(e.msg))
|
@@ -16601,6 +16605,7 @@ class BaseCase(unittest.TestCase):
|
|
16601
16605
|
self.__quit_all_drivers()
|
16602
16606
|
# Resume tearDown() for all test runners, (Pytest / Pynose / Behave)
|
16603
16607
|
if hasattr(self, "_xvfb_display") and self._xvfb_display:
|
16608
|
+
# Stop the Xvfb virtual display launched from BaseCase
|
16604
16609
|
try:
|
16605
16610
|
if hasattr(self._xvfb_display, "stop"):
|
16606
16611
|
self._xvfb_display.stop()
|
@@ -16610,6 +16615,20 @@ class BaseCase(unittest.TestCase):
|
|
16610
16615
|
pass
|
16611
16616
|
except Exception:
|
16612
16617
|
pass
|
16618
|
+
if (
|
16619
|
+
hasattr(sb_config, "_virtual_display")
|
16620
|
+
and sb_config._virtual_display
|
16621
|
+
and hasattr(sb_config._virtual_display, "stop")
|
16622
|
+
):
|
16623
|
+
# CDP Mode may launch a 2nd Xvfb virtual display
|
16624
|
+
try:
|
16625
|
+
sb_config._virtual_display.stop()
|
16626
|
+
sb_config._virtual_display = None
|
16627
|
+
sb_config.headless_active = False
|
16628
|
+
except AttributeError:
|
16629
|
+
pass
|
16630
|
+
except Exception:
|
16631
|
+
pass
|
16613
16632
|
if self.__visual_baseline_copies:
|
16614
16633
|
sb_config._visual_baseline_copies = True
|
16615
16634
|
if has_exception:
|
@@ -1256,6 +1256,19 @@ def SB(
|
|
1256
1256
|
print(traceback.format_exc().strip())
|
1257
1257
|
if test and not test_passed:
|
1258
1258
|
print("********** ERROR: The test AND the tearDown() FAILED!")
|
1259
|
+
if (
|
1260
|
+
hasattr(sb_config, "_virtual_display")
|
1261
|
+
and sb_config._virtual_display
|
1262
|
+
and hasattr(sb_config._virtual_display, "stop")
|
1263
|
+
):
|
1264
|
+
try:
|
1265
|
+
sb_config._virtual_display.stop()
|
1266
|
+
sb_config._virtual_display = None
|
1267
|
+
sb_config.headless_active = False
|
1268
|
+
except AttributeError:
|
1269
|
+
pass
|
1270
|
+
except Exception:
|
1271
|
+
pass
|
1259
1272
|
end_time = time.time()
|
1260
1273
|
run_time = end_time - start_time
|
1261
1274
|
sb_config = sb_config_backup
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/seleniumbase/undetected/cdp_driver/cdp_util.py
RENAMED
@@ -84,6 +84,9 @@ def __activate_virtual_display_as_needed(
|
|
84
84
|
"\nX11 display failed! Will use regular xvfb!"
|
85
85
|
)
|
86
86
|
__activate_standard_virtual_display()
|
87
|
+
else:
|
88
|
+
sb_config._virtual_display = _xvfb_display
|
89
|
+
sb_config.headless_active = True
|
87
90
|
except Exception as e:
|
88
91
|
if hasattr(e, "msg"):
|
89
92
|
print("\n" + str(e.msg))
|
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.2
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.33.
|
3
|
+
Version: 4.33.13
|
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,7 +62,7 @@ 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.
|
65
|
+
Requires-Dist: setuptools>=75.8.0; python_version >= "3.10"
|
66
66
|
Requires-Dist: wheel>=0.45.1
|
67
67
|
Requires-Dist: attrs>=24.3.0
|
68
68
|
Requires-Dist: certifi>=2024.12.14
|
@@ -84,7 +84,7 @@ Requires-Dist: parse>=1.20.2
|
|
84
84
|
Requires-Dist: parse-type>=0.6.4
|
85
85
|
Requires-Dist: colorama>=0.4.6
|
86
86
|
Requires-Dist: pyyaml>=6.0.2
|
87
|
-
Requires-Dist: pygments>=2.
|
87
|
+
Requires-Dist: pygments>=2.19.1
|
88
88
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
89
89
|
Requires-Dist: tabcompleter>=1.4.0
|
90
90
|
Requires-Dist: pdbp>=1.6.1
|
@@ -97,7 +97,8 @@ Requires-Dist: requests==2.32.3
|
|
97
97
|
Requires-Dist: sniffio==1.3.1
|
98
98
|
Requires-Dist: h11==0.14.0
|
99
99
|
Requires-Dist: outcome==1.3.0.post0
|
100
|
-
Requires-Dist: trio==0.27.0
|
100
|
+
Requires-Dist: trio==0.27.0; python_version < "3.9"
|
101
|
+
Requires-Dist: trio==0.28.0; python_version >= "3.9"
|
101
102
|
Requires-Dist: trio-websocket==0.11.1
|
102
103
|
Requires-Dist: wsproto==1.2.0
|
103
104
|
Requires-Dist: websocket-client==1.8.0
|
@@ -129,7 +130,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
|
129
130
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
130
131
|
Provides-Extra: coverage
|
131
132
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
132
|
-
Requires-Dist: coverage>=7.6.
|
133
|
+
Requires-Dist: coverage>=7.6.10; python_version >= "3.9" and extra == "coverage"
|
133
134
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
134
135
|
Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
|
135
136
|
Provides-Extra: flake8
|
@@ -153,7 +154,7 @@ Requires-Dist: cffi==1.17.1; extra == "pdfminer"
|
|
153
154
|
Requires-Dist: pycparser==2.22; extra == "pdfminer"
|
154
155
|
Provides-Extra: pillow
|
155
156
|
Requires-Dist: Pillow>=10.4.0; python_version < "3.9" and extra == "pillow"
|
156
|
-
Requires-Dist: Pillow>=11.
|
157
|
+
Requires-Dist: Pillow>=11.1.0; python_version >= "3.9" and extra == "pillow"
|
157
158
|
Provides-Extra: pip-system-certs
|
158
159
|
Requires-Dist: pip-system-certs==4.0; platform_system == "Windows" and extra == "pip-system-certs"
|
159
160
|
Provides-Extra: proxy
|
@@ -176,6 +177,18 @@ Requires-Dist: hyperframe==6.0.1; extra == "selenium-wire"
|
|
176
177
|
Requires-Dist: kaitaistruct==0.10; extra == "selenium-wire"
|
177
178
|
Requires-Dist: pyasn1==0.6.1; extra == "selenium-wire"
|
178
179
|
Requires-Dist: zstandard==0.23.0; extra == "selenium-wire"
|
180
|
+
Dynamic: author
|
181
|
+
Dynamic: author-email
|
182
|
+
Dynamic: classifier
|
183
|
+
Dynamic: home-page
|
184
|
+
Dynamic: keywords
|
185
|
+
Dynamic: license
|
186
|
+
Dynamic: maintainer
|
187
|
+
Dynamic: platform
|
188
|
+
Dynamic: provides-extra
|
189
|
+
Dynamic: requires-dist
|
190
|
+
Dynamic: requires-python
|
191
|
+
Dynamic: summary
|
179
192
|
|
180
193
|
<!-- SeleniumBase Docs -->
|
181
194
|
|
@@ -17,7 +17,7 @@ parse>=1.20.2
|
|
17
17
|
parse-type>=0.6.4
|
18
18
|
colorama>=0.4.6
|
19
19
|
pyyaml>=6.0.2
|
20
|
-
pygments>=2.
|
20
|
+
pygments>=2.19.1
|
21
21
|
tabcompleter>=1.4.0
|
22
22
|
pdbp>=1.6.1
|
23
23
|
idna==3.10
|
@@ -27,7 +27,6 @@ requests==2.32.3
|
|
27
27
|
sniffio==1.3.1
|
28
28
|
h11==0.14.0
|
29
29
|
outcome==1.3.0.post0
|
30
|
-
trio==0.27.0
|
31
30
|
trio-websocket==0.11.1
|
32
31
|
wsproto==1.2.0
|
33
32
|
websocket-client==1.8.0
|
@@ -64,15 +63,17 @@ urllib3<2,>=1.26.20
|
|
64
63
|
[:python_version < "3.9"]
|
65
64
|
websockets~=13.1
|
66
65
|
MarkupSafe==2.1.5
|
66
|
+
trio==0.27.0
|
67
67
|
pytest-rerunfailures==14.0
|
68
68
|
|
69
69
|
[:python_version >= "3.10"]
|
70
|
-
setuptools>=75.
|
70
|
+
setuptools>=75.8.0
|
71
71
|
urllib3<2.4.0,>=1.26.20
|
72
72
|
|
73
73
|
[:python_version >= "3.9"]
|
74
74
|
websockets>=14.1
|
75
75
|
MarkupSafe>=3.0.2
|
76
|
+
trio==0.28.0
|
76
77
|
pytest-rerunfailures==15.0
|
77
78
|
|
78
79
|
[allure]
|
@@ -87,7 +88,7 @@ coverage>=7.6.1
|
|
87
88
|
pytest-cov>=5.0.0
|
88
89
|
|
89
90
|
[coverage:python_version >= "3.9"]
|
90
|
-
coverage>=7.6.
|
91
|
+
coverage>=7.6.10
|
91
92
|
pytest-cov>=6.0.0
|
92
93
|
|
93
94
|
[flake8]
|
@@ -127,7 +128,7 @@ cryptography==44.0.0
|
|
127
128
|
Pillow>=10.4.0
|
128
129
|
|
129
130
|
[pillow:python_version >= "3.9"]
|
130
|
-
Pillow>=11.
|
131
|
+
Pillow>=11.1.0
|
131
132
|
|
132
133
|
[pip-system-certs]
|
133
134
|
|
@@ -150,7 +150,7 @@ 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.
|
153
|
+
'setuptools>=75.8.0;python_version>="3.10"',
|
154
154
|
'wheel>=0.45.1',
|
155
155
|
'attrs>=24.3.0',
|
156
156
|
"certifi>=2024.12.14",
|
@@ -172,7 +172,7 @@ setup(
|
|
172
172
|
'parse-type>=0.6.4',
|
173
173
|
'colorama>=0.4.6',
|
174
174
|
'pyyaml>=6.0.2',
|
175
|
-
'pygments>=2.
|
175
|
+
'pygments>=2.19.1',
|
176
176
|
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
177
177
|
"tabcompleter>=1.4.0",
|
178
178
|
"pdbp>=1.6.1",
|
@@ -185,7 +185,8 @@ setup(
|
|
185
185
|
'sniffio==1.3.1',
|
186
186
|
'h11==0.14.0',
|
187
187
|
'outcome==1.3.0.post0',
|
188
|
-
'trio==0.27.0',
|
188
|
+
'trio==0.27.0;python_version<"3.9"',
|
189
|
+
'trio==0.28.0;python_version>="3.9"',
|
189
190
|
'trio-websocket==0.11.1',
|
190
191
|
'wsproto==1.2.0',
|
191
192
|
'websocket-client==1.8.0',
|
@@ -225,7 +226,7 @@ setup(
|
|
225
226
|
# Usage: coverage run -m pytest; coverage html; coverage report
|
226
227
|
"coverage": [
|
227
228
|
'coverage>=7.6.1;python_version<"3.9"',
|
228
|
-
'coverage>=7.6.
|
229
|
+
'coverage>=7.6.10;python_version>="3.9"',
|
229
230
|
'pytest-cov>=5.0.0;python_version<"3.9"',
|
230
231
|
'pytest-cov>=6.0.0;python_version>="3.9"',
|
231
232
|
],
|
@@ -264,7 +265,7 @@ setup(
|
|
264
265
|
# (An optional library for image-processing.)
|
265
266
|
"pillow": [
|
266
267
|
'Pillow>=10.4.0;python_version<"3.9"',
|
267
|
-
'Pillow>=11.
|
268
|
+
'Pillow>=11.1.0;python_version>="3.9"',
|
268
269
|
],
|
269
270
|
# pip install -e .[pip-system-certs]
|
270
271
|
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
|
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.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/__init__.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/calculator.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/fail_page.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/behave_bdd/features/steps/imported.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/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.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/file_parsing/__init__.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/google_objects.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/boilerplates/samples/swag_labs_test.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/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
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/protractor/mat_paginator_test.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/flaky_messy_raw.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/long_messy_raw.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/refined_raw.py
RENAMED
File without changes
|
{seleniumbase-4.33.12 → seleniumbase-4.33.13}/examples/migration/raw_selenium/simple_sbase.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|