seleniumbase 4.32.7__tar.gz → 4.32.9__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.7/seleniumbase.egg-info → seleniumbase-4.32.9}/PKG-INFO +6 -5
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/requirements.txt +5 -4
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/browser_launcher.py +12 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/sb_cdp.py +70 -4
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/base_case.py +14 -5
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/driver_manager.py +1 -5
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/sb_manager.py +1 -5
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/connection.py +4 -3
- {seleniumbase-4.32.7 → seleniumbase-4.32.9/seleniumbase.egg-info}/PKG-INFO +6 -5
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase.egg-info/requires.txt +9 -4
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/setup.py +5 -4
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/.gitignore +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/LICENSE +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/MANIFEST.in +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/README.md +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/github_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_login.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_null.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/install.sh +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/pyproject.toml +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/pytest.ini +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/sbase/steps.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/setup.cfg +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/site/prepare.py +0 -0
- {seleniumbase-4.32.7 → seleniumbase-4.32.9}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.9
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
6
6
|
Author: Michael Mintz
|
@@ -60,14 +60,15 @@ Requires-Python: >=3.8
|
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
62
|
Requires-Dist: pip>=24.2
|
63
|
-
Requires-Dist: packaging>=24.
|
63
|
+
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
66
|
-
Requires-Dist: wheel>=0.
|
66
|
+
Requires-Dist: wheel>=0.45.0
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
70
|
-
Requires-Dist: websockets
|
70
|
+
Requires-Dist: websockets~=13.1; python_version < "3.9"
|
71
|
+
Requires-Dist: websockets>=14.0; python_version >= "3.9"
|
71
72
|
Requires-Dist: filelock>=3.16.1
|
72
73
|
Requires-Dist: fasteners>=0.19
|
73
74
|
Requires-Dist: mycdp>=1.0.1
|
@@ -83,7 +84,7 @@ Requires-Dist: pyyaml>=6.0.2
|
|
83
84
|
Requires-Dist: pygments>=2.18.0
|
84
85
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
86
|
Requires-Dist: tabcompleter>=1.4.0
|
86
|
-
Requires-Dist: pdbp>=1.6.
|
87
|
+
Requires-Dist: pdbp>=1.6.1
|
87
88
|
Requires-Dist: idna==3.10
|
88
89
|
Requires-Dist: chardet==5.2.0
|
89
90
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -1,12 +1,13 @@
|
|
1
1
|
pip>=24.2
|
2
|
-
packaging>=24.
|
2
|
+
packaging>=24.2
|
3
3
|
setuptools~=70.2;python_version<"3.10"
|
4
4
|
setuptools>=73.0.1;python_version>="3.10"
|
5
|
-
wheel>=0.
|
5
|
+
wheel>=0.45.0
|
6
6
|
attrs>=24.2.0
|
7
7
|
certifi>=2024.8.30
|
8
8
|
exceptiongroup>=1.2.2
|
9
|
-
websockets
|
9
|
+
websockets~=13.1;python_version<"3.9"
|
10
|
+
websockets>=14.0;python_version>="3.9"
|
10
11
|
filelock>=3.16.1
|
11
12
|
fasteners>=0.19
|
12
13
|
mycdp>=1.0.1
|
@@ -22,7 +23,7 @@ pyyaml>=6.0.2
|
|
22
23
|
pygments>=2.18.0
|
23
24
|
pyreadline3>=3.5.3;platform_system=="Windows"
|
24
25
|
tabcompleter>=1.4.0
|
25
|
-
pdbp>=1.6.
|
26
|
+
pdbp>=1.6.1
|
26
27
|
idna==3.10
|
27
28
|
chardet==5.2.0
|
28
29
|
charset-normalizer==3.4.0
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.32.
|
2
|
+
__version__ = "4.32.9"
|
@@ -620,11 +620,15 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
620
620
|
cdp.reset_window_size = CDPM.reset_window_size
|
621
621
|
cdp.set_locale = CDPM.set_locale
|
622
622
|
cdp.set_attributes = CDPM.set_attributes
|
623
|
+
cdp.gui_press_key = CDPM.gui_press_key
|
624
|
+
cdp.gui_press_keys = CDPM.gui_press_keys
|
625
|
+
cdp.gui_write = CDPM.gui_write
|
623
626
|
cdp.gui_click_x_y = CDPM.gui_click_x_y
|
624
627
|
cdp.gui_click_element = CDPM.gui_click_element
|
625
628
|
cdp.internalize_links = CDPM.internalize_links
|
626
629
|
cdp.get_window = CDPM.get_window
|
627
630
|
cdp.get_element_attributes = CDPM.get_element_attributes
|
631
|
+
cdp.get_element_attribute = CDPM.get_element_attribute
|
628
632
|
cdp.get_element_html = CDPM.get_element_html
|
629
633
|
cdp.get_element_rect = CDPM.get_element_rect
|
630
634
|
cdp.get_element_size = CDPM.get_element_size
|
@@ -651,6 +655,11 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
651
655
|
cdp.focus = CDPM.focus
|
652
656
|
cdp.highlight_overlay = CDPM.highlight_overlay
|
653
657
|
cdp.get_window_position = CDPM.get_window_position
|
658
|
+
cdp.check_if_unchecked = CDPM.check_if_unchecked
|
659
|
+
cdp.uncheck_if_checked = CDPM.uncheck_if_checked
|
660
|
+
cdp.select_if_unselected = CDPM.select_if_unselected
|
661
|
+
cdp.unselect_if_selected = CDPM.unselect_if_selected
|
662
|
+
cdp.is_checked = CDPM.is_checked
|
654
663
|
cdp.is_element_present = CDPM.is_element_present
|
655
664
|
cdp.is_element_visible = CDPM.is_element_visible
|
656
665
|
cdp.assert_element_present = CDPM.assert_element_present
|
@@ -715,6 +724,9 @@ def uc_click(
|
|
715
724
|
timeout=settings.SMALL_TIMEOUT,
|
716
725
|
reconnect_time=None,
|
717
726
|
):
|
727
|
+
if __is_cdp_swap_needed(driver):
|
728
|
+
driver.cdp.click(selector)
|
729
|
+
return
|
718
730
|
with suppress(Exception):
|
719
731
|
rct = float(by) # Add shortcut: driver.uc_click(selector, RCT)
|
720
732
|
if not reconnect_time:
|
@@ -1,6 +1,5 @@
|
|
1
1
|
"""Add CDP methods to extend the driver"""
|
2
2
|
import fasteners
|
3
|
-
import math
|
4
3
|
import os
|
5
4
|
import re
|
6
5
|
import sys
|
@@ -771,10 +770,12 @@ class CDPMethods():
|
|
771
770
|
window_rect = self.get_window_rect()
|
772
771
|
w_bottom_y = window_rect["y"] + window_rect["height"]
|
773
772
|
viewport_height = window_rect["innerHeight"]
|
774
|
-
x =
|
775
|
-
y =
|
773
|
+
x = window_rect["x"] + element_rect["x"]
|
774
|
+
y = w_bottom_y - viewport_height + element_rect["y"]
|
776
775
|
y_scroll_offset = window_rect["pageYOffset"]
|
777
|
-
y =
|
776
|
+
y = y - y_scroll_offset
|
777
|
+
x = x + window_rect["scrollX"]
|
778
|
+
y = y + window_rect["scrollY"]
|
778
779
|
return ({"height": e_height, "width": e_width, "x": x, "y": y})
|
779
780
|
|
780
781
|
def get_gui_element_center(self, selector):
|
@@ -804,6 +805,10 @@ class CDPMethods():
|
|
804
805
|
)
|
805
806
|
)
|
806
807
|
|
808
|
+
def get_element_attribute(self, selector, attribute):
|
809
|
+
attributes = self.get_element_attributes(selector)
|
810
|
+
return attributes[attribute]
|
811
|
+
|
807
812
|
def get_element_html(self, selector):
|
808
813
|
selector = self.__convert_to_css_if_xpath(selector)
|
809
814
|
return self.loop.run_until_complete(
|
@@ -937,6 +942,45 @@ class CDPMethods():
|
|
937
942
|
)
|
938
943
|
return pyautogui_copy
|
939
944
|
|
945
|
+
def gui_press_key(self, key):
|
946
|
+
self.__install_pyautogui_if_missing()
|
947
|
+
import pyautogui
|
948
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
949
|
+
gui_lock = fasteners.InterProcessLock(
|
950
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
951
|
+
)
|
952
|
+
with gui_lock:
|
953
|
+
pyautogui.press(key)
|
954
|
+
time.sleep(0.0375)
|
955
|
+
self.__slow_mode_pause_if_set()
|
956
|
+
self.loop.run_until_complete(self.page.wait())
|
957
|
+
|
958
|
+
def gui_press_keys(self, keys):
|
959
|
+
self.__install_pyautogui_if_missing()
|
960
|
+
import pyautogui
|
961
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
962
|
+
gui_lock = fasteners.InterProcessLock(
|
963
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
964
|
+
)
|
965
|
+
with gui_lock:
|
966
|
+
for key in keys:
|
967
|
+
pyautogui.press(key)
|
968
|
+
time.sleep(0.0375)
|
969
|
+
self.__slow_mode_pause_if_set()
|
970
|
+
self.loop.run_until_complete(self.page.wait())
|
971
|
+
|
972
|
+
def gui_write(self, text):
|
973
|
+
self.__install_pyautogui_if_missing()
|
974
|
+
import pyautogui
|
975
|
+
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
976
|
+
gui_lock = fasteners.InterProcessLock(
|
977
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
978
|
+
)
|
979
|
+
with gui_lock:
|
980
|
+
pyautogui.write(text)
|
981
|
+
self.__slow_mode_pause_if_set()
|
982
|
+
self.loop.run_until_complete(self.page.wait())
|
983
|
+
|
940
984
|
def __gui_click_x_y(self, x, y, timeframe=0.25, uc_lock=False):
|
941
985
|
self.__install_pyautogui_if_missing()
|
942
986
|
import pyautogui
|
@@ -1033,6 +1077,28 @@ class CDPMethods():
|
|
1033
1077
|
This prevents those links from opening in a new tab."""
|
1034
1078
|
self.set_attributes('[target="_blank"]', "target", "_self")
|
1035
1079
|
|
1080
|
+
def is_checked(self, selector):
|
1081
|
+
"""Return True if checkbox (or radio button) is checked."""
|
1082
|
+
self.find_element(selector, timeout=settings.SMALL_TIMEOUT)
|
1083
|
+
return self.get_element_attribute(selector, "checked")
|
1084
|
+
|
1085
|
+
def is_selected(self, selector):
|
1086
|
+
return self.is_checked(selector)
|
1087
|
+
|
1088
|
+
def check_if_unchecked(self, selector):
|
1089
|
+
if not self.is_checked(selector):
|
1090
|
+
self.click(selector)
|
1091
|
+
|
1092
|
+
def select_if_unselected(self, selector):
|
1093
|
+
self.check_if_unchecked(selector)
|
1094
|
+
|
1095
|
+
def uncheck_if_checked(self, selector):
|
1096
|
+
if self.is_checked(selector):
|
1097
|
+
self.click(selector)
|
1098
|
+
|
1099
|
+
def unselect_if_selected(self, selector):
|
1100
|
+
self.uncheck_if_checked(selector)
|
1101
|
+
|
1036
1102
|
def is_element_present(self, selector):
|
1037
1103
|
try:
|
1038
1104
|
self.select(selector, timeout=0.01)
|
@@ -1884,6 +1884,8 @@ class BaseCase(unittest.TestCase):
|
|
1884
1884
|
if self.timeout_multiplier and timeout == settings.LARGE_TIMEOUT:
|
1885
1885
|
timeout = self.__get_new_timeout(timeout)
|
1886
1886
|
selector, by = self.__recalculate_selector(selector, by)
|
1887
|
+
if self.__is_cdp_swap_needed():
|
1888
|
+
return self.cdp.get_element_attribute(selector)
|
1887
1889
|
self.wait_for_ready_state_complete()
|
1888
1890
|
time.sleep(0.01)
|
1889
1891
|
if self.__is_shadow_selector(selector):
|
@@ -2460,16 +2462,14 @@ class BaseCase(unittest.TestCase):
|
|
2460
2462
|
if self.timeout_multiplier and timeout == settings.SMALL_TIMEOUT:
|
2461
2463
|
timeout = self.__get_new_timeout(timeout)
|
2462
2464
|
selector, by = self.__recalculate_selector(selector, by)
|
2465
|
+
if self.__is_cdp_swap_needed():
|
2466
|
+
return self.cdp.is_checked(selector)
|
2463
2467
|
kind = self.get_attribute(selector, "type", by=by, timeout=timeout)
|
2464
2468
|
if kind != "checkbox" and kind != "radio":
|
2465
2469
|
raise Exception("Expecting a checkbox or a radio button element!")
|
2466
|
-
|
2470
|
+
return self.get_attribute(
|
2467
2471
|
selector, "checked", by=by, timeout=timeout, hard_fail=False
|
2468
2472
|
)
|
2469
|
-
if is_checked:
|
2470
|
-
return True
|
2471
|
-
else: # (NoneType)
|
2472
|
-
return False
|
2473
2473
|
|
2474
2474
|
def is_selected(self, selector, by="css selector", timeout=None):
|
2475
2475
|
"""Same as is_checked()"""
|
@@ -2479,6 +2479,9 @@ class BaseCase(unittest.TestCase):
|
|
2479
2479
|
"""If a checkbox or radio button is not checked, will check it."""
|
2480
2480
|
self.__check_scope()
|
2481
2481
|
selector, by = self.__recalculate_selector(selector, by)
|
2482
|
+
if self.__is_cdp_swap_needed():
|
2483
|
+
self.cdp.check_if_unchecked(selector)
|
2484
|
+
return
|
2482
2485
|
if not self.is_checked(selector, by=by):
|
2483
2486
|
if self.is_element_visible(selector, by=by):
|
2484
2487
|
self.click(selector, by=by)
|
@@ -2515,6 +2518,9 @@ class BaseCase(unittest.TestCase):
|
|
2515
2518
|
"""If a checkbox is checked, will uncheck it."""
|
2516
2519
|
self.__check_scope()
|
2517
2520
|
selector, by = self.__recalculate_selector(selector, by)
|
2521
|
+
if self.__is_cdp_swap_needed():
|
2522
|
+
self.cdp.uncheck_if_checked(selector)
|
2523
|
+
return
|
2518
2524
|
if self.is_checked(selector, by=by):
|
2519
2525
|
if self.is_element_visible(selector, by=by):
|
2520
2526
|
self.click(selector, by=by)
|
@@ -6087,6 +6093,9 @@ class BaseCase(unittest.TestCase):
|
|
6087
6093
|
timeout = settings.SMALL_TIMEOUT
|
6088
6094
|
if self.timeout_multiplier and timeout == settings.SMALL_TIMEOUT:
|
6089
6095
|
timeout = self.__get_new_timeout(timeout)
|
6096
|
+
if self.__is_cdp_swap_needed():
|
6097
|
+
self.cdp.scroll_into_view(selector)
|
6098
|
+
return
|
6090
6099
|
if self.demo_mode or self.slow_mode:
|
6091
6100
|
self.slow_scroll_to(selector, by=by, timeout=timeout)
|
6092
6101
|
return
|
@@ -550,11 +550,7 @@ def Driver(
|
|
550
550
|
or uc_sub
|
551
551
|
):
|
552
552
|
undetectable = True
|
553
|
-
if
|
554
|
-
(undetectable or undetected or uc)
|
555
|
-
and (uc_subprocess is None)
|
556
|
-
and (uc_sub is None)
|
557
|
-
):
|
553
|
+
if undetectable or undetected or uc:
|
558
554
|
uc_subprocess = True # Use UC as a subprocess by default.
|
559
555
|
elif (
|
560
556
|
"--undetectable" in sys_argv
|
@@ -608,11 +608,7 @@ def SB(
|
|
608
608
|
or uc_sub
|
609
609
|
):
|
610
610
|
undetectable = True
|
611
|
-
if
|
612
|
-
(undetectable or undetected or uc)
|
613
|
-
and (uc_subprocess is None)
|
614
|
-
and (uc_sub is None)
|
615
|
-
):
|
611
|
+
if undetectable or undetected or uc:
|
616
612
|
uc_subprocess = True # Use UC as a subprocess by default.
|
617
613
|
elif (
|
618
614
|
"--undetectable" in sys_argv
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
@@ -18,6 +18,7 @@ from typing import (
|
|
18
18
|
TypeVar,
|
19
19
|
)
|
20
20
|
import websockets
|
21
|
+
from websockets.protocol import State
|
21
22
|
from . import cdp_util as util
|
22
23
|
import mycdp as cdp
|
23
24
|
import mycdp.network
|
@@ -261,7 +262,7 @@ class Connection(metaclass=CantTouchThis):
|
|
261
262
|
"""
|
262
263
|
Opens the websocket connection. Shouldn't be called manually by users.
|
263
264
|
"""
|
264
|
-
if not self.websocket or self.websocket.
|
265
|
+
if not self.websocket or self.websocket.state is State.CLOSED:
|
265
266
|
try:
|
266
267
|
self.websocket = await websockets.connect(
|
267
268
|
self.websocket_url,
|
@@ -288,7 +289,7 @@ class Connection(metaclass=CantTouchThis):
|
|
288
289
|
"""
|
289
290
|
Closes the websocket connection. Shouldn't be called manually by users.
|
290
291
|
"""
|
291
|
-
if self.websocket and
|
292
|
+
if self.websocket and self.websocket.state is not State.CLOSED:
|
292
293
|
if self.listener and self.listener.running:
|
293
294
|
self.listener.cancel()
|
294
295
|
self.enabled_domains.clear()
|
@@ -393,7 +394,7 @@ class Connection(metaclass=CantTouchThis):
|
|
393
394
|
when multiple calls to connection.send() are made.
|
394
395
|
"""
|
395
396
|
await self.aopen()
|
396
|
-
if not self.websocket or self.
|
397
|
+
if not self.websocket or self.websocket.state is State.CLOSED:
|
397
398
|
return
|
398
399
|
if self._owner:
|
399
400
|
browser = self._owner
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.9
|
4
4
|
Summary: A complete web automation framework for end-to-end testing.
|
5
5
|
Home-page: https://github.com/seleniumbase/SeleniumBase
|
6
6
|
Author: Michael Mintz
|
@@ -60,14 +60,15 @@ Requires-Python: >=3.8
|
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
62
|
Requires-Dist: pip>=24.2
|
63
|
-
Requires-Dist: packaging>=24.
|
63
|
+
Requires-Dist: packaging>=24.2
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
66
|
-
Requires-Dist: wheel>=0.
|
66
|
+
Requires-Dist: wheel>=0.45.0
|
67
67
|
Requires-Dist: attrs>=24.2.0
|
68
68
|
Requires-Dist: certifi>=2024.8.30
|
69
69
|
Requires-Dist: exceptiongroup>=1.2.2
|
70
|
-
Requires-Dist: websockets
|
70
|
+
Requires-Dist: websockets~=13.1; python_version < "3.9"
|
71
|
+
Requires-Dist: websockets>=14.0; python_version >= "3.9"
|
71
72
|
Requires-Dist: filelock>=3.16.1
|
72
73
|
Requires-Dist: fasteners>=0.19
|
73
74
|
Requires-Dist: mycdp>=1.0.1
|
@@ -83,7 +84,7 @@ Requires-Dist: pyyaml>=6.0.2
|
|
83
84
|
Requires-Dist: pygments>=2.18.0
|
84
85
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
86
|
Requires-Dist: tabcompleter>=1.4.0
|
86
|
-
Requires-Dist: pdbp>=1.6.
|
87
|
+
Requires-Dist: pdbp>=1.6.1
|
87
88
|
Requires-Dist: idna==3.10
|
88
89
|
Requires-Dist: chardet==5.2.0
|
89
90
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -1,10 +1,9 @@
|
|
1
1
|
pip>=24.2
|
2
|
-
packaging>=24.
|
3
|
-
wheel>=0.
|
2
|
+
packaging>=24.2
|
3
|
+
wheel>=0.45.0
|
4
4
|
attrs>=24.2.0
|
5
5
|
certifi>=2024.8.30
|
6
6
|
exceptiongroup>=1.2.2
|
7
|
-
websockets>=13.1
|
8
7
|
filelock>=3.16.1
|
9
8
|
fasteners>=0.19
|
10
9
|
mycdp>=1.0.1
|
@@ -19,7 +18,7 @@ colorama>=0.4.6
|
|
19
18
|
pyyaml>=6.0.2
|
20
19
|
pygments>=2.18.0
|
21
20
|
tabcompleter>=1.4.0
|
22
|
-
pdbp>=1.6.
|
21
|
+
pdbp>=1.6.1
|
23
22
|
idna==3.10
|
24
23
|
chardet==5.2.0
|
25
24
|
charset-normalizer==3.4.0
|
@@ -63,10 +62,16 @@ pyreadline3>=3.5.3
|
|
63
62
|
setuptools~=70.2
|
64
63
|
urllib3<2,>=1.26.20
|
65
64
|
|
65
|
+
[:python_version < "3.9"]
|
66
|
+
websockets~=13.1
|
67
|
+
|
66
68
|
[:python_version >= "3.10"]
|
67
69
|
setuptools>=73.0.1
|
68
70
|
urllib3<2.3.0,>=1.26.20
|
69
71
|
|
72
|
+
[:python_version >= "3.9"]
|
73
|
+
websockets>=14.0
|
74
|
+
|
70
75
|
[allure]
|
71
76
|
allure-pytest>=2.13.5
|
72
77
|
allure-python-commons>=2.13.5
|
@@ -148,14 +148,15 @@ setup(
|
|
148
148
|
python_requires=">=3.8",
|
149
149
|
install_requires=[
|
150
150
|
'pip>=24.2',
|
151
|
-
'packaging>=24.
|
151
|
+
'packaging>=24.2',
|
152
152
|
'setuptools~=70.2;python_version<"3.10"', # Newer ones had issues
|
153
153
|
'setuptools>=73.0.1;python_version>="3.10"',
|
154
|
-
'wheel>=0.
|
154
|
+
'wheel>=0.45.0',
|
155
155
|
'attrs>=24.2.0',
|
156
156
|
"certifi>=2024.8.30",
|
157
157
|
"exceptiongroup>=1.2.2",
|
158
|
-
|
158
|
+
'websockets~=13.1;python_version<"3.9"',
|
159
|
+
'websockets>=14.0;python_version>="3.9"',
|
159
160
|
'filelock>=3.16.1',
|
160
161
|
'fasteners>=0.19',
|
161
162
|
"mycdp>=1.0.1",
|
@@ -171,7 +172,7 @@ setup(
|
|
171
172
|
'pygments>=2.18.0',
|
172
173
|
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
173
174
|
"tabcompleter>=1.4.0",
|
174
|
-
"pdbp>=1.6.
|
175
|
+
"pdbp>=1.6.1",
|
175
176
|
"idna==3.10",
|
176
177
|
'chardet==5.2.0',
|
177
178
|
'charset-normalizer==3.4.0',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/behave_bdd/features/steps/calculator.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/file_parsing/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/boilerplates/samples/test_page_objects.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/protractor/mat_paginator_test.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/flaky_messy_raw.py
RENAMED
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/migration/raw_selenium/long_messy_raw.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_extended_driver.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.7 → seleniumbase-4.32.9}/examples/offline_examples/test_request_fixture.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|