seleniumbase 4.33.4__tar.gz → 4.33.5__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/.gitignore +1 -0
- {seleniumbase-4.33.4/seleniumbase.egg-info → seleniumbase-4.33.5}/PKG-INFO +2 -2
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/requirements.txt +1 -1
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_mkdir.py +1 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/browser_launcher.py +64 -53
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/base_case.py +79 -69
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/pytest_plugin.py +14 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5/seleniumbase.egg-info}/PKG-INFO +2 -2
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase.egg-info/requires.txt +1 -1
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/setup.py +1 -1
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/LICENSE +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/MANIFEST.in +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/README.md +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/basic_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/custom_settings.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/edge_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/github_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/my_first_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/performance_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/proxy_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_block.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_cf.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_detection.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_games.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_robot.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_canvas.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_decryption.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_double_click.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_download_files.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_download_images.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_error_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_fail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_markers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_null.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_select_options.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_suite.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_xfail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/wordle_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/xpath_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/install.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/brython/index.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/pyproject.toml +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/pytest.ini +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/sbase/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/sbase/__main__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/sbase/steps.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/sb_cdp.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/setup.cfg +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/site/prepare.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.5}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.33.
|
3
|
+
Version: 4.33.5
|
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
|
@@ -105,7 +105,7 @@ Requires-Dist: execnet==2.1.1
|
|
105
105
|
Requires-Dist: iniconfig==2.0.0
|
106
106
|
Requires-Dist: pluggy==1.5.0
|
107
107
|
Requires-Dist: pytest==8.3.4
|
108
|
-
Requires-Dist: pytest-html==4.
|
108
|
+
Requires-Dist: pytest-html==4.0.2
|
109
109
|
Requires-Dist: pytest-metadata==3.1.1
|
110
110
|
Requires-Dist: pytest-ordering==0.6
|
111
111
|
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.33.
|
2
|
+
__version__ = "4.33.5"
|
@@ -817,6 +817,63 @@ def verify_pyautogui_has_a_headed_browser(driver):
|
|
817
817
|
)
|
818
818
|
|
819
819
|
|
820
|
+
def __install_pyautogui_if_missing():
|
821
|
+
try:
|
822
|
+
import pyautogui
|
823
|
+
with suppress(Exception):
|
824
|
+
use_pyautogui_ver = constants.PyAutoGUI.VER
|
825
|
+
if pyautogui.__version__ != use_pyautogui_ver:
|
826
|
+
del pyautogui
|
827
|
+
shared_utils.pip_install(
|
828
|
+
"pyautogui", version=use_pyautogui_ver
|
829
|
+
)
|
830
|
+
import pyautogui
|
831
|
+
except Exception:
|
832
|
+
print("\nPyAutoGUI required! Installing now...")
|
833
|
+
shared_utils.pip_install(
|
834
|
+
"pyautogui", version=constants.PyAutoGUI.VER
|
835
|
+
)
|
836
|
+
try:
|
837
|
+
import pyautogui
|
838
|
+
except Exception:
|
839
|
+
if (
|
840
|
+
IS_LINUX
|
841
|
+
and hasattr(sb_config, "xvfb")
|
842
|
+
and hasattr(sb_config, "headed")
|
843
|
+
and hasattr(sb_config, "headless")
|
844
|
+
and hasattr(sb_config, "headless2")
|
845
|
+
and (not sb_config.headed or sb_config.xvfb)
|
846
|
+
and not (sb_config.headless or sb_config.headless2)
|
847
|
+
):
|
848
|
+
from sbvirtualdisplay import Display
|
849
|
+
xvfb_width = 1366
|
850
|
+
xvfb_height = 768
|
851
|
+
if (
|
852
|
+
hasattr(sb_config, "_xvfb_width")
|
853
|
+
and sb_config._xvfb_width
|
854
|
+
and isinstance(sb_config._xvfb_width, int)
|
855
|
+
and hasattr(sb_config, "_xvfb_height")
|
856
|
+
and sb_config._xvfb_height
|
857
|
+
and isinstance(sb_config._xvfb_height, int)
|
858
|
+
):
|
859
|
+
xvfb_width = sb_config._xvfb_width
|
860
|
+
xvfb_height = sb_config._xvfb_height
|
861
|
+
if xvfb_width < 1024:
|
862
|
+
xvfb_width = 1024
|
863
|
+
sb_config._xvfb_width = xvfb_width
|
864
|
+
if xvfb_height < 768:
|
865
|
+
xvfb_height = 768
|
866
|
+
sb_config._xvfb_height = xvfb_height
|
867
|
+
with suppress(Exception):
|
868
|
+
xvfb_display = Display(
|
869
|
+
visible=True,
|
870
|
+
size=(xvfb_width, xvfb_height),
|
871
|
+
backend="xvfb",
|
872
|
+
use_xauth=True,
|
873
|
+
)
|
874
|
+
xvfb_display.start()
|
875
|
+
|
876
|
+
|
820
877
|
def install_pyautogui_if_missing(driver):
|
821
878
|
verify_pyautogui_has_a_headed_browser(driver)
|
822
879
|
pip_find_lock = fasteners.InterProcessLock(
|
@@ -829,61 +886,15 @@ def install_pyautogui_if_missing(driver):
|
|
829
886
|
# Need write permissions
|
830
887
|
with suppress(Exception):
|
831
888
|
make_writable(constants.PipInstall.FINDLOCK)
|
832
|
-
with pip_find_lock: # Prevent issues with multiple processes
|
833
889
|
try:
|
834
|
-
|
835
|
-
|
836
|
-
use_pyautogui_ver = constants.PyAutoGUI.VER
|
837
|
-
if pyautogui.__version__ != use_pyautogui_ver:
|
838
|
-
del pyautogui
|
839
|
-
shared_utils.pip_install(
|
840
|
-
"pyautogui", version=use_pyautogui_ver
|
841
|
-
)
|
842
|
-
import pyautogui
|
890
|
+
with pip_find_lock:
|
891
|
+
pass
|
843
892
|
except Exception:
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
import pyautogui
|
850
|
-
except Exception:
|
851
|
-
if (
|
852
|
-
IS_LINUX
|
853
|
-
and hasattr(sb_config, "xvfb")
|
854
|
-
and hasattr(sb_config, "headed")
|
855
|
-
and hasattr(sb_config, "headless")
|
856
|
-
and hasattr(sb_config, "headless2")
|
857
|
-
and (not sb_config.headed or sb_config.xvfb)
|
858
|
-
and not (sb_config.headless or sb_config.headless2)
|
859
|
-
):
|
860
|
-
from sbvirtualdisplay import Display
|
861
|
-
xvfb_width = 1366
|
862
|
-
xvfb_height = 768
|
863
|
-
if (
|
864
|
-
hasattr(sb_config, "_xvfb_width")
|
865
|
-
and sb_config._xvfb_width
|
866
|
-
and isinstance(sb_config._xvfb_width, int)
|
867
|
-
and hasattr(sb_config, "_xvfb_height")
|
868
|
-
and sb_config._xvfb_height
|
869
|
-
and isinstance(sb_config._xvfb_height, int)
|
870
|
-
):
|
871
|
-
xvfb_width = sb_config._xvfb_width
|
872
|
-
xvfb_height = sb_config._xvfb_height
|
873
|
-
if xvfb_width < 1024:
|
874
|
-
xvfb_width = 1024
|
875
|
-
sb_config._xvfb_width = xvfb_width
|
876
|
-
if xvfb_height < 768:
|
877
|
-
xvfb_height = 768
|
878
|
-
sb_config._xvfb_height = xvfb_height
|
879
|
-
with suppress(Exception):
|
880
|
-
xvfb_display = Display(
|
881
|
-
visible=True,
|
882
|
-
size=(xvfb_width, xvfb_height),
|
883
|
-
backend="xvfb",
|
884
|
-
use_xauth=True,
|
885
|
-
)
|
886
|
-
xvfb_display.start()
|
893
|
+
# Since missing permissions, skip the locks
|
894
|
+
__install_pyautogui_if_missing()
|
895
|
+
return
|
896
|
+
with pip_find_lock: # Prevent issues with multiple processes
|
897
|
+
__install_pyautogui_if_missing()
|
887
898
|
|
888
899
|
|
889
900
|
def get_configured_pyautogui(pyautogui_copy):
|
@@ -13974,12 +13974,82 @@ class BaseCase(unittest.TestCase):
|
|
13974
13974
|
self.headless_active = True
|
13975
13975
|
sb_config.headless_active = True
|
13976
13976
|
|
13977
|
+
def __activate_virtual_display(self):
|
13978
|
+
if self.undetectable and not (self.headless or self.headless2):
|
13979
|
+
from sbvirtualdisplay import Display
|
13980
|
+
import Xlib.display
|
13981
|
+
try:
|
13982
|
+
if not self._xvfb_width:
|
13983
|
+
self._xvfb_width = 1366
|
13984
|
+
if not self._xvfb_height:
|
13985
|
+
self._xvfb_height = 768
|
13986
|
+
self._xvfb_display = Display(
|
13987
|
+
visible=True,
|
13988
|
+
size=(self._xvfb_width, self._xvfb_height),
|
13989
|
+
backend="xvfb",
|
13990
|
+
use_xauth=True,
|
13991
|
+
)
|
13992
|
+
self._xvfb_display.start()
|
13993
|
+
if "DISPLAY" not in os.environ.keys():
|
13994
|
+
print(
|
13995
|
+
"\nX11 display failed! Will use regular xvfb!"
|
13996
|
+
)
|
13997
|
+
self.__activate_standard_virtual_display()
|
13998
|
+
except Exception as e:
|
13999
|
+
if hasattr(e, "msg"):
|
14000
|
+
print("\n" + str(e.msg))
|
14001
|
+
else:
|
14002
|
+
print(e)
|
14003
|
+
print("\nX11 display failed! Will use regular xvfb!")
|
14004
|
+
self.__activate_standard_virtual_display()
|
14005
|
+
return
|
14006
|
+
pyautogui_is_installed = False
|
14007
|
+
try:
|
14008
|
+
import pyautogui
|
14009
|
+
with suppress(Exception):
|
14010
|
+
use_pyautogui_ver = constants.PyAutoGUI.VER
|
14011
|
+
if pyautogui.__version__ != use_pyautogui_ver:
|
14012
|
+
del pyautogui # To get newer ver
|
14013
|
+
shared_utils.pip_install(
|
14014
|
+
"pyautogui", version=use_pyautogui_ver
|
14015
|
+
)
|
14016
|
+
import pyautogui
|
14017
|
+
pyautogui_is_installed = True
|
14018
|
+
except Exception:
|
14019
|
+
message = (
|
14020
|
+
"PyAutoGUI is required for UC Mode on Linux! "
|
14021
|
+
"Installing now..."
|
14022
|
+
)
|
14023
|
+
print("\n" + message)
|
14024
|
+
shared_utils.pip_install(
|
14025
|
+
"pyautogui", version=constants.PyAutoGUI.VER
|
14026
|
+
)
|
14027
|
+
import pyautogui
|
14028
|
+
pyautogui_is_installed = True
|
14029
|
+
if (
|
14030
|
+
pyautogui_is_installed
|
14031
|
+
and hasattr(pyautogui, "_pyautogui_x11")
|
14032
|
+
):
|
14033
|
+
try:
|
14034
|
+
pyautogui._pyautogui_x11._display = (
|
14035
|
+
Xlib.display.Display(os.environ['DISPLAY'])
|
14036
|
+
)
|
14037
|
+
sb_config._pyautogui_x11_display = (
|
14038
|
+
pyautogui._pyautogui_x11._display
|
14039
|
+
)
|
14040
|
+
except Exception as e:
|
14041
|
+
if hasattr(e, "msg"):
|
14042
|
+
print("\n" + str(e.msg))
|
14043
|
+
else:
|
14044
|
+
print(e)
|
14045
|
+
else:
|
14046
|
+
self.__activate_standard_virtual_display()
|
14047
|
+
|
13977
14048
|
def __activate_virtual_display_as_needed(self):
|
13978
14049
|
"""This is only needed on Linux.
|
13979
14050
|
The "--xvfb" arg is still useful, as it prevents headless mode,
|
13980
14051
|
which is the default mode on Linux unless using another arg."""
|
13981
14052
|
if "linux" in sys.platform and (not self.headed or self.xvfb):
|
13982
|
-
from sbvirtualdisplay import Display
|
13983
14053
|
pip_find_lock = fasteners.InterProcessLock(
|
13984
14054
|
constants.PipInstall.FINDLOCK
|
13985
14055
|
)
|
@@ -13992,75 +14062,15 @@ class BaseCase(unittest.TestCase):
|
|
13992
14062
|
mode = os.stat(constants.PipInstall.FINDLOCK).st_mode
|
13993
14063
|
mode |= (mode & 0o444) >> 1 # copy R bits to W
|
13994
14064
|
os.chmod(constants.PipInstall.FINDLOCK, mode)
|
14065
|
+
try:
|
14066
|
+
with pip_find_lock:
|
14067
|
+
pass
|
14068
|
+
except Exception:
|
14069
|
+
# Since missing permissions, skip the locks
|
14070
|
+
self.__activate_virtual_display()
|
14071
|
+
return
|
13995
14072
|
with pip_find_lock: # Prevent issues with multiple processes
|
13996
|
-
|
13997
|
-
import Xlib.display
|
13998
|
-
try:
|
13999
|
-
if not self._xvfb_width:
|
14000
|
-
self._xvfb_width = 1366
|
14001
|
-
if not self._xvfb_height:
|
14002
|
-
self._xvfb_height = 768
|
14003
|
-
self._xvfb_display = Display(
|
14004
|
-
visible=True,
|
14005
|
-
size=(self._xvfb_width, self._xvfb_height),
|
14006
|
-
backend="xvfb",
|
14007
|
-
use_xauth=True,
|
14008
|
-
)
|
14009
|
-
self._xvfb_display.start()
|
14010
|
-
if "DISPLAY" not in os.environ.keys():
|
14011
|
-
print(
|
14012
|
-
"\nX11 display failed! Will use regular xvfb!"
|
14013
|
-
)
|
14014
|
-
self.__activate_standard_virtual_display()
|
14015
|
-
except Exception as e:
|
14016
|
-
if hasattr(e, "msg"):
|
14017
|
-
print("\n" + str(e.msg))
|
14018
|
-
else:
|
14019
|
-
print(e)
|
14020
|
-
print("\nX11 display failed! Will use regular xvfb!")
|
14021
|
-
self.__activate_standard_virtual_display()
|
14022
|
-
return
|
14023
|
-
pyautogui_is_installed = False
|
14024
|
-
try:
|
14025
|
-
import pyautogui
|
14026
|
-
with suppress(Exception):
|
14027
|
-
use_pyautogui_ver = constants.PyAutoGUI.VER
|
14028
|
-
if pyautogui.__version__ != use_pyautogui_ver:
|
14029
|
-
del pyautogui # To get newer ver
|
14030
|
-
shared_utils.pip_install(
|
14031
|
-
"pyautogui", version=use_pyautogui_ver
|
14032
|
-
)
|
14033
|
-
import pyautogui
|
14034
|
-
pyautogui_is_installed = True
|
14035
|
-
except Exception:
|
14036
|
-
message = (
|
14037
|
-
"PyAutoGUI is required for UC Mode on Linux! "
|
14038
|
-
"Installing now..."
|
14039
|
-
)
|
14040
|
-
print("\n" + message)
|
14041
|
-
shared_utils.pip_install(
|
14042
|
-
"pyautogui", version=constants.PyAutoGUI.VER
|
14043
|
-
)
|
14044
|
-
import pyautogui
|
14045
|
-
pyautogui_is_installed = True
|
14046
|
-
if (
|
14047
|
-
pyautogui_is_installed
|
14048
|
-
and hasattr(pyautogui, "_pyautogui_x11")
|
14049
|
-
):
|
14050
|
-
try:
|
14051
|
-
pyautogui._pyautogui_x11._display = (
|
14052
|
-
Xlib.display.Display(os.environ['DISPLAY'])
|
14053
|
-
)
|
14054
|
-
sb_config._pyautogui_x11_display = (
|
14055
|
-
pyautogui._pyautogui_x11._display
|
14056
|
-
)
|
14057
|
-
except Exception as e:
|
14058
|
-
if hasattr(e, "msg"):
|
14059
|
-
print("\n" + str(e.msg))
|
14060
|
-
else:
|
14061
|
-
print(e)
|
14062
|
-
else:
|
14063
|
-
self.__activate_standard_virtual_display()
|
14073
|
+
self.__activate_virtual_display()
|
14064
14074
|
|
14065
14075
|
def __ad_block_as_needed(self):
|
14066
14076
|
"""This is an internal method for handling ad-blocking.
|
@@ -1709,6 +1709,7 @@ def pytest_configure(config):
|
|
1709
1709
|
sb_config._saved_dashboard_pie = None # Copy of pie chart for html report
|
1710
1710
|
sb_config._dash_final_summary = None # Dash status to add to html report
|
1711
1711
|
sb_config._html_report_name = None # The name of the pytest html report
|
1712
|
+
sb_config._html_report_copy = None # The copy of the pytest html report
|
1712
1713
|
|
1713
1714
|
arg_join = " ".join(sys_argv)
|
1714
1715
|
if (
|
@@ -1742,6 +1743,7 @@ def pytest_configure(config):
|
|
1742
1743
|
if sb_config.dashboard:
|
1743
1744
|
if sb_config._html_report_name == "dashboard.html":
|
1744
1745
|
sb_config._dash_is_html_report = True
|
1746
|
+
sb_config._html_report_copy = "last_report.html"
|
1745
1747
|
|
1746
1748
|
# Recorder Mode does not support multi-threaded / multi-process runs.
|
1747
1749
|
if sb_config.recorder_mode and sb_config._multithreaded:
|
@@ -2151,6 +2153,10 @@ def _perform_pytest_unconfigure_(config):
|
|
2151
2153
|
html_report_path = os.path.join(
|
2152
2154
|
abs_path, sb_config._html_report_name
|
2153
2155
|
)
|
2156
|
+
if sb_config._html_report_copy:
|
2157
|
+
html_report_path_copy = os.path.join(
|
2158
|
+
abs_path, sb_config._html_report_copy
|
2159
|
+
)
|
2154
2160
|
if (
|
2155
2161
|
sb_config._using_html_report
|
2156
2162
|
and html_report_path
|
@@ -2201,6 +2207,8 @@ def _perform_pytest_unconfigure_(config):
|
|
2201
2207
|
)
|
2202
2208
|
with open(html_report_path, "w", encoding="utf-8") as f:
|
2203
2209
|
f.write(the_html_r) # Finalize the HTML report
|
2210
|
+
with open(html_report_path_copy, "w", encoding="utf-8") as f:
|
2211
|
+
f.write(the_html_r) # Finalize the HTML report
|
2204
2212
|
# Done with "pytest_unconfigure" unless using the Dashboard
|
2205
2213
|
return
|
2206
2214
|
stamp = ""
|
@@ -2288,6 +2296,10 @@ def _perform_pytest_unconfigure_(config):
|
|
2288
2296
|
html_report_path = os.path.join(
|
2289
2297
|
abs_path, sb_config._html_report_name
|
2290
2298
|
)
|
2299
|
+
if sb_config._html_report_copy:
|
2300
|
+
html_report_path_copy = os.path.join(
|
2301
|
+
abs_path, sb_config._html_report_copy
|
2302
|
+
)
|
2291
2303
|
if (
|
2292
2304
|
sb_config._using_html_report
|
2293
2305
|
and html_report_path
|
@@ -2358,6 +2370,8 @@ def _perform_pytest_unconfigure_(config):
|
|
2358
2370
|
)
|
2359
2371
|
with open(html_report_path, "w", encoding="utf-8") as f:
|
2360
2372
|
f.write(the_html_r) # Finalize the HTML report
|
2373
|
+
with open(html_report_path_copy, "w", encoding="utf-8") as f:
|
2374
|
+
f.write(the_html_r) # Finalize the HTML report
|
2361
2375
|
except KeyboardInterrupt:
|
2362
2376
|
pass
|
2363
2377
|
except Exception:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.33.
|
3
|
+
Version: 4.33.5
|
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
|
@@ -105,7 +105,7 @@ Requires-Dist: execnet==2.1.1
|
|
105
105
|
Requires-Dist: iniconfig==2.0.0
|
106
106
|
Requires-Dist: pluggy==1.5.0
|
107
107
|
Requires-Dist: pytest==8.3.4
|
108
|
-
Requires-Dist: pytest-html==4.
|
108
|
+
Requires-Dist: pytest-html==4.0.2
|
109
109
|
Requires-Dist: pytest-metadata==3.1.1
|
110
110
|
Requires-Dist: pytest-ordering==0.6
|
111
111
|
Requires-Dist: pytest-rerunfailures==14.0; python_version < "3.9"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.33.4 → seleniumbase-4.33.5}/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.33.4 → seleniumbase-4.33.5}/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.33.4 → seleniumbase-4.33.5}/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.33.4 → seleniumbase-4.33.5}/examples/migration/protractor/mat_paginator_test.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/migration/raw_selenium/flaky_messy_raw.py
RENAMED
File without changes
|
{seleniumbase-4.33.4 → seleniumbase-4.33.5}/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.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_extended_driver.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.33.4 → seleniumbase-4.33.5}/examples/offline_examples/test_request_fixture.py
RENAMED
File without changes
|
File without changes
|
File without changes
|