seleniumbase 4.32.6__tar.gz → 4.32.8__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.6/seleniumbase.egg-info → seleniumbase-4.32.8}/PKG-INFO +3 -3
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/github_test.py +1 -1
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/hack_the_planet.py +4 -8
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_recaptcha.py +2 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/requirements.txt +2 -2
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/browser_launcher.py +12 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/sb_cdp.py +31 -4
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/base_case.py +14 -5
- {seleniumbase-4.32.6 → seleniumbase-4.32.8/seleniumbase.egg-info}/PKG-INFO +3 -3
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase.egg-info/requires.txt +2 -2
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/setup.py +2 -2
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/.gitignore +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/LICENSE +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/MANIFEST.in +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/README.md +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_login.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_null.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/install.sh +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/pyproject.toml +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/pytest.ini +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/sbase/steps.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/setup.cfg +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/site/prepare.py +0 -0
- {seleniumbase-4.32.6 → seleniumbase-4.32.8}/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.8
|
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
|
@@ -83,7 +83,7 @@ Requires-Dist: pyyaml>=6.0.2
|
|
83
83
|
Requires-Dist: pygments>=2.18.0
|
84
84
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
85
|
Requires-Dist: tabcompleter>=1.4.0
|
86
|
-
Requires-Dist: pdbp>=1.6.
|
86
|
+
Requires-Dist: pdbp>=1.6.1
|
87
87
|
Requires-Dist: idna==3.10
|
88
88
|
Requires-Dist: chardet==5.2.0
|
89
89
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -118,7 +118,7 @@ Requires-Dist: pyotp==2.9.0
|
|
118
118
|
Requires-Dist: python-xlib==0.33; platform_system == "Linux"
|
119
119
|
Requires-Dist: markdown-it-py==3.0.0
|
120
120
|
Requires-Dist: mdurl==0.1.2
|
121
|
-
Requires-Dist: rich==13.9.
|
121
|
+
Requires-Dist: rich==13.9.4
|
122
122
|
Provides-Extra: allure
|
123
123
|
Requires-Dist: allure-pytest>=2.13.5; extra == "allure"
|
124
124
|
Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
@@ -16,4 +16,4 @@ class GitHubTests(BaseCase):
|
|
16
16
|
self.assert_text("SeleniumBase", "strong a")
|
17
17
|
self.js_click('a[title="seleniumbase"]')
|
18
18
|
self.slow_click('td[class*="large"] a[title="fixtures"]')
|
19
|
-
self.
|
19
|
+
self.highlight('td[class*="large"] a[title="base_case.py"]', loops=8)
|
@@ -5,7 +5,7 @@ BaseCase.main(__name__, __file__)
|
|
5
5
|
|
6
6
|
class HackTests(BaseCase):
|
7
7
|
def test_all_your_base_are_belong_to_us(self):
|
8
|
-
self.set_window_size(
|
8
|
+
self.set_window_size(1250, 740)
|
9
9
|
ayb = "ALL YOUR BASE"
|
10
10
|
abtu = "ARE BELONG TO US"
|
11
11
|
aybabtu = "%s %s" % (ayb, abtu)
|
@@ -22,8 +22,7 @@ class HackTests(BaseCase):
|
|
22
22
|
self.set_text_content("#n-currentevents a", "BASE")
|
23
23
|
self.set_text_content("#n-randompage a", "ARE")
|
24
24
|
self.set_text_content("#n-aboutsite a", "BELONG")
|
25
|
-
self.set_text_content("#n-contactpage a", "TO")
|
26
|
-
self.set_text_content("#n-sitesupport a", "US")
|
25
|
+
self.set_text_content("#n-contactpage a", "TO US")
|
27
26
|
self.highlight("h1#firstHeading", loops=5, scroll=False)
|
28
27
|
zoom_in = "#ca-history a{zoom: 1.8;-moz-transform: scale(1.8);}"
|
29
28
|
self.add_css_style(zoom_in)
|
@@ -86,11 +85,8 @@ class HackTests(BaseCase):
|
|
86
85
|
self.highlight('form[role="search"]', loops=8)
|
87
86
|
|
88
87
|
self.open("https://github.com/features/actions")
|
89
|
-
self.set_text_content("
|
90
|
-
self.
|
91
|
-
self.highlight("h2.h2-mktg", loops=8, scroll=False)
|
92
|
-
self.scroll_to("h2.h2-mktg")
|
93
|
-
self.highlight("a.btn-large-mktg", loops=8, scroll=False)
|
88
|
+
self.set_text_content("#hero-section-brand-heading", aybabtu)
|
89
|
+
self.highlight("#hero-section-brand-heading", loops=14, scroll=False)
|
94
90
|
|
95
91
|
self.open("https://dev.to/top/infinity")
|
96
92
|
self.click_if_visible('button[aria-label="Close campaign banner"]')
|
@@ -2,6 +2,7 @@ from seleniumbase import SB
|
|
2
2
|
|
3
3
|
with SB(uc=True, test=True) as sb:
|
4
4
|
url = "https://seleniumbase.io/apps/recaptcha"
|
5
|
+
sb.activate_cdp_mode(url)
|
5
6
|
sb.uc_gui_handle_captcha() # Try with TAB + SPACEBAR
|
6
7
|
sb.assert_element("img#captcha-success", timeout=3)
|
7
8
|
sb.set_messenger_theme(location="top_left")
|
@@ -9,6 +10,7 @@ with SB(uc=True, test=True) as sb:
|
|
9
10
|
|
10
11
|
with SB(uc=True, test=True) as sb:
|
11
12
|
url = "https://seleniumbase.io/apps/recaptcha"
|
13
|
+
sb.activate_cdp_mode(url)
|
12
14
|
sb.uc_gui_click_captcha('iframe[src*="/recaptcha/"]')
|
13
15
|
sb.assert_element("img#captcha-success", timeout=3)
|
14
16
|
sb.set_messenger_theme(location="top_left")
|
@@ -22,7 +22,7 @@ pyyaml>=6.0.2
|
|
22
22
|
pygments>=2.18.0
|
23
23
|
pyreadline3>=3.5.3;platform_system=="Windows"
|
24
24
|
tabcompleter>=1.4.0
|
25
|
-
pdbp>=1.6.
|
25
|
+
pdbp>=1.6.1
|
26
26
|
idna==3.10
|
27
27
|
chardet==5.2.0
|
28
28
|
charset-normalizer==3.4.0
|
@@ -57,7 +57,7 @@ pyotp==2.9.0
|
|
57
57
|
python-xlib==0.33;platform_system=="Linux"
|
58
58
|
markdown-it-py==3.0.0
|
59
59
|
mdurl==0.1.2
|
60
|
-
rich==13.9.
|
60
|
+
rich==13.9.4
|
61
61
|
|
62
62
|
# --- Testing Requirements --- #
|
63
63
|
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.32.
|
2
|
+
__version__ = "4.32.8"
|
@@ -625,6 +625,7 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
625
625
|
cdp.internalize_links = CDPM.internalize_links
|
626
626
|
cdp.get_window = CDPM.get_window
|
627
627
|
cdp.get_element_attributes = CDPM.get_element_attributes
|
628
|
+
cdp.get_element_attribute = CDPM.get_element_attribute
|
628
629
|
cdp.get_element_html = CDPM.get_element_html
|
629
630
|
cdp.get_element_rect = CDPM.get_element_rect
|
630
631
|
cdp.get_element_size = CDPM.get_element_size
|
@@ -651,6 +652,11 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
651
652
|
cdp.focus = CDPM.focus
|
652
653
|
cdp.highlight_overlay = CDPM.highlight_overlay
|
653
654
|
cdp.get_window_position = CDPM.get_window_position
|
655
|
+
cdp.check_if_unchecked = CDPM.check_if_unchecked
|
656
|
+
cdp.uncheck_if_checked = CDPM.uncheck_if_checked
|
657
|
+
cdp.select_if_unselected = CDPM.select_if_unselected
|
658
|
+
cdp.unselect_if_selected = CDPM.unselect_if_selected
|
659
|
+
cdp.is_checked = CDPM.is_checked
|
654
660
|
cdp.is_element_present = CDPM.is_element_present
|
655
661
|
cdp.is_element_visible = CDPM.is_element_visible
|
656
662
|
cdp.assert_element_present = CDPM.assert_element_present
|
@@ -2128,6 +2134,10 @@ def _set_chrome_options(
|
|
2128
2134
|
binary_loc = detect_b_ver.get_binary_location(br_app, True)
|
2129
2135
|
if os.path.exists(binary_loc):
|
2130
2136
|
binary_location = binary_loc
|
2137
|
+
elif os.path.exists("/usr/bin/google-chrome-stable"):
|
2138
|
+
binary_location = "/usr/bin/google-chrome-stable"
|
2139
|
+
elif os.path.exists("/usr/bin/google-chrome"):
|
2140
|
+
binary_location = "/usr/bin/google-chrome"
|
2131
2141
|
extra_disabled_features = []
|
2132
2142
|
if chromium_arg:
|
2133
2143
|
# Can be a comma-separated list of Chromium args or a list
|
@@ -2228,6 +2238,8 @@ def _set_chrome_options(
|
|
2228
2238
|
chrome_options.add_argument("--wm-window-animations-disabled")
|
2229
2239
|
chrome_options.add_argument("--enable-privacy-sandbox-ads-apis")
|
2230
2240
|
chrome_options.add_argument("--disable-background-timer-throttling")
|
2241
|
+
# Prevent new tabs opened by Selenium from being blocked:
|
2242
|
+
chrome_options.add_argument("--disable-popup-blocking")
|
2231
2243
|
# Skip remaining options that trigger anti-bot services
|
2232
2244
|
return chrome_options
|
2233
2245
|
chrome_options.add_argument("--test-type")
|
@@ -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(
|
@@ -1033,6 +1038,28 @@ class CDPMethods():
|
|
1033
1038
|
This prevents those links from opening in a new tab."""
|
1034
1039
|
self.set_attributes('[target="_blank"]', "target", "_self")
|
1035
1040
|
|
1041
|
+
def is_checked(self, selector):
|
1042
|
+
"""Return True if checkbox (or radio button) is checked."""
|
1043
|
+
self.find_element(selector, timeout=settings.SMALL_TIMEOUT)
|
1044
|
+
return self.get_element_attribute(selector, "checked")
|
1045
|
+
|
1046
|
+
def is_selected(self, selector):
|
1047
|
+
return self.is_checked(selector)
|
1048
|
+
|
1049
|
+
def check_if_unchecked(self, selector):
|
1050
|
+
if not self.is_checked(selector):
|
1051
|
+
self.click(selector)
|
1052
|
+
|
1053
|
+
def select_if_unselected(self, selector):
|
1054
|
+
self.check_if_unchecked(selector)
|
1055
|
+
|
1056
|
+
def uncheck_if_checked(self, selector):
|
1057
|
+
if self.is_checked(selector):
|
1058
|
+
self.click(selector)
|
1059
|
+
|
1060
|
+
def unselect_if_selected(self, selector):
|
1061
|
+
self.uncheck_if_checked(selector)
|
1062
|
+
|
1036
1063
|
def is_element_present(self, selector):
|
1037
1064
|
try:
|
1038
1065
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.8
|
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
|
@@ -83,7 +83,7 @@ Requires-Dist: pyyaml>=6.0.2
|
|
83
83
|
Requires-Dist: pygments>=2.18.0
|
84
84
|
Requires-Dist: pyreadline3>=3.5.3; platform_system == "Windows"
|
85
85
|
Requires-Dist: tabcompleter>=1.4.0
|
86
|
-
Requires-Dist: pdbp>=1.6.
|
86
|
+
Requires-Dist: pdbp>=1.6.1
|
87
87
|
Requires-Dist: idna==3.10
|
88
88
|
Requires-Dist: chardet==5.2.0
|
89
89
|
Requires-Dist: charset-normalizer==3.4.0
|
@@ -118,7 +118,7 @@ Requires-Dist: pyotp==2.9.0
|
|
118
118
|
Requires-Dist: python-xlib==0.33; platform_system == "Linux"
|
119
119
|
Requires-Dist: markdown-it-py==3.0.0
|
120
120
|
Requires-Dist: mdurl==0.1.2
|
121
|
-
Requires-Dist: rich==13.9.
|
121
|
+
Requires-Dist: rich==13.9.4
|
122
122
|
Provides-Extra: allure
|
123
123
|
Requires-Dist: allure-pytest>=2.13.5; extra == "allure"
|
124
124
|
Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
@@ -19,7 +19,7 @@ colorama>=0.4.6
|
|
19
19
|
pyyaml>=6.0.2
|
20
20
|
pygments>=2.18.0
|
21
21
|
tabcompleter>=1.4.0
|
22
|
-
pdbp>=1.6.
|
22
|
+
pdbp>=1.6.1
|
23
23
|
idna==3.10
|
24
24
|
chardet==5.2.0
|
25
25
|
charset-normalizer==3.4.0
|
@@ -51,7 +51,7 @@ beautifulsoup4==4.12.3
|
|
51
51
|
pyotp==2.9.0
|
52
52
|
markdown-it-py==3.0.0
|
53
53
|
mdurl==0.1.2
|
54
|
-
rich==13.9.
|
54
|
+
rich==13.9.4
|
55
55
|
|
56
56
|
[:platform_system == "Linux"]
|
57
57
|
python-xlib==0.33
|
@@ -171,7 +171,7 @@ setup(
|
|
171
171
|
'pygments>=2.18.0',
|
172
172
|
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
173
173
|
"tabcompleter>=1.4.0",
|
174
|
-
"pdbp>=1.6.
|
174
|
+
"pdbp>=1.6.1",
|
175
175
|
"idna==3.10",
|
176
176
|
'chardet==5.2.0',
|
177
177
|
'charset-normalizer==3.4.0',
|
@@ -206,7 +206,7 @@ setup(
|
|
206
206
|
'python-xlib==0.33;platform_system=="Linux"',
|
207
207
|
'markdown-it-py==3.0.0',
|
208
208
|
'mdurl==0.1.2',
|
209
|
-
'rich==13.9.
|
209
|
+
'rich==13.9.4',
|
210
210
|
],
|
211
211
|
extras_require={
|
212
212
|
# pip install -e .[allure]
|
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.6 → seleniumbase-4.32.8}/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.6 → seleniumbase-4.32.8}/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.6 → seleniumbase-4.32.8}/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
|
{seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/protractor/mat_paginator_test.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/migration/raw_selenium/flaky_messy_raw.py
RENAMED
File without changes
|
{seleniumbase-4.32.6 → seleniumbase-4.32.8}/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.6 → seleniumbase-4.32.8}/examples/offline_examples/test_extended_driver.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.6 → seleniumbase-4.32.8}/examples/offline_examples/test_request_fixture.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|