seleniumbase 4.33.4__tar.gz → 4.33.6__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.6}/.gitignore +1 -0
- {seleniumbase-4.33.4/seleniumbase.egg-info → seleniumbase-4.33.6}/PKG-INFO +3 -3
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/bootstrap_google_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/driverjs_maps_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/google_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/hopscotch_google_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/introjs_google_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/maps_introjs_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/shepherd_google_tour.py +2 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/requirements.txt +2 -2
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/__version__.py +1 -1
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkdir.py +1 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/browser_launcher.py +115 -72
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/log_helper.py +8 -6
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/sb_cdp.py +12 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/style_sheet.py +10 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/base_case.py +101 -74
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/shared_utils.py +14 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/pytest_plugin.py +42 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6/seleniumbase.egg-info}/PKG-INFO +3 -3
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase.egg-info/requires.txt +2 -2
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/setup.py +2 -2
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/LICENSE +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/MANIFEST.in +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/README.md +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/basic_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/custom_settings.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/edge_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/github_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/my_first_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/performance_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/proxy_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_block.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_cf.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_detection.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_games.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_robot.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_canvas.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_decryption.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_double_click.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_download_files.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_download_images.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_error_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_fail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_markers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_null.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_select_options.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_suite.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_xfail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/wordle_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/xpath_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/install.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/brython/index.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/pyproject.toml +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/pytest.ini +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/sbase/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/sbase/__main__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/sbase/steps.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/config.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/connection.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/options.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/setup.cfg +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/site/prepare.py +0 -0
- {seleniumbase-4.33.4 → seleniumbase-4.33.6}/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.6
|
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"
|
@@ -126,7 +126,7 @@ Requires-Dist: allure-python-commons>=2.13.5; extra == "allure"
|
|
126
126
|
Requires-Dist: allure-behave>=2.13.5; extra == "allure"
|
127
127
|
Provides-Extra: coverage
|
128
128
|
Requires-Dist: coverage>=7.6.1; python_version < "3.9" and extra == "coverage"
|
129
|
-
Requires-Dist: coverage>=7.6.
|
129
|
+
Requires-Dist: coverage>=7.6.9; python_version >= "3.9" and extra == "coverage"
|
130
130
|
Requires-Dist: pytest-cov>=5.0.0; python_version < "3.9" and extra == "coverage"
|
131
131
|
Requires-Dist: pytest-cov>=6.0.0; python_version >= "3.9" and extra == "coverage"
|
132
132
|
Provides-Extra: flake8
|
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
|
|
34
34
|
self.wait_for_element("#searchboxinput", timeout=20)
|
35
35
|
self.wait_for_element("#minimap", timeout=20)
|
36
36
|
self.wait_for_element("#zoom", timeout=20)
|
37
|
+
self.wait_for_element("#widget-zoom-out")
|
38
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
37
39
|
|
38
40
|
self.create_bootstrap_tour()
|
39
41
|
self.add_tour_step("Welcome to Google Maps", title="SeleniumBase Tour")
|
@@ -8,6 +8,8 @@ class MyTestClass(BaseCase):
|
|
8
8
|
self.wait_for_element("#searchboxinput", timeout=20)
|
9
9
|
self.wait_for_element("#minimap", timeout=20)
|
10
10
|
self.wait_for_element("#zoom", timeout=20)
|
11
|
+
self.wait_for_element("#widget-zoom-out")
|
12
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
11
13
|
|
12
14
|
# Create a website tour using the DriverJS library
|
13
15
|
# Same as: self.create_driverjs_tour()
|
@@ -40,6 +40,8 @@ class MyTourClass(BaseCase):
|
|
40
40
|
self.wait_for_element("#searchboxinput")
|
41
41
|
self.wait_for_element("#minimap")
|
42
42
|
self.wait_for_element("#zoom")
|
43
|
+
self.wait_for_element("#widget-zoom-out")
|
44
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
43
45
|
|
44
46
|
# Create a website tour using the IntroJS library
|
45
47
|
# Same as: self.create_introjs_tour()
|
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
|
|
34
34
|
self.wait_for_element("#searchboxinput", timeout=20)
|
35
35
|
self.wait_for_element("#minimap", timeout=20)
|
36
36
|
self.wait_for_element("#zoom", timeout=20)
|
37
|
+
self.wait_for_element("#widget-zoom-out")
|
38
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
37
39
|
|
38
40
|
self.create_hopscotch_tour()
|
39
41
|
self.add_tour_step("Welcome to Google Maps", title="SeleniumBase Tour")
|
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
|
|
34
34
|
self.wait_for_element("#searchboxinput", timeout=20)
|
35
35
|
self.wait_for_element("#minimap", timeout=20)
|
36
36
|
self.wait_for_element("#zoom", timeout=20)
|
37
|
+
self.wait_for_element("#widget-zoom-out")
|
38
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
37
39
|
|
38
40
|
self.set_introjs_colors("#f26721", "#db5409")
|
39
41
|
self.create_introjs_tour()
|
@@ -8,6 +8,8 @@ class MyTourClass(BaseCase):
|
|
8
8
|
self.wait_for_element("#searchboxinput", timeout=20)
|
9
9
|
self.wait_for_element("#minimap", timeout=20)
|
10
10
|
self.wait_for_element("#zoom", timeout=20)
|
11
|
+
self.wait_for_element("#widget-zoom-out")
|
12
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
11
13
|
|
12
14
|
self.create_tour(theme="introjs")
|
13
15
|
self.add_tour_step(
|
@@ -34,6 +34,8 @@ class MyTourClass(BaseCase):
|
|
34
34
|
self.wait_for_element("#searchboxinput", timeout=20)
|
35
35
|
self.wait_for_element("#minimap", timeout=20)
|
36
36
|
self.wait_for_element("#zoom", timeout=20)
|
37
|
+
self.wait_for_element("#widget-zoom-out")
|
38
|
+
self.wait_for_element('[jsaction*="minimap.main;"]')
|
37
39
|
|
38
40
|
self.create_shepherd_tour(theme="dark")
|
39
41
|
self.add_tour_step("Welcome to Google Maps!")
|
@@ -44,7 +44,7 @@ execnet==2.1.1
|
|
44
44
|
iniconfig==2.0.0
|
45
45
|
pluggy==1.5.0
|
46
46
|
pytest==8.3.4
|
47
|
-
pytest-html==4.
|
47
|
+
pytest-html==4.0.2
|
48
48
|
pytest-metadata==3.1.1
|
49
49
|
pytest-ordering==0.6
|
50
50
|
pytest-rerunfailures==14.0;python_version<"3.9"
|
@@ -64,7 +64,7 @@ rich==13.9.4
|
|
64
64
|
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
65
65
|
|
66
66
|
coverage>=7.6.1;python_version<"3.9"
|
67
|
-
coverage>=7.6.
|
67
|
+
coverage>=7.6.9;python_version>="3.9"
|
68
68
|
pytest-cov>=5.0.0;python_version<"3.9"
|
69
69
|
pytest-cov>=6.0.0;python_version>="3.9"
|
70
70
|
flake8==5.0.4;python_version<"3.9"
|
@@ -1,2 +1,2 @@
|
|
1
1
|
# seleniumbase package
|
2
|
-
__version__ = "4.33.
|
2
|
+
__version__ = "4.33.6"
|
@@ -97,26 +97,12 @@ def log_d(message):
|
|
97
97
|
print(message)
|
98
98
|
|
99
99
|
|
100
|
-
def make_writable(file_path):
|
101
|
-
# Set permissions to: "If you can read it, you can write it."
|
102
|
-
mode = os.stat(file_path).st_mode
|
103
|
-
mode |= (mode & 0o444) >> 1 # copy R bits to W
|
104
|
-
os.chmod(file_path, mode)
|
105
|
-
|
106
|
-
|
107
|
-
def make_executable(file_path):
|
108
|
-
# Set permissions to: "If you can read it, you can execute it."
|
109
|
-
mode = os.stat(file_path).st_mode
|
110
|
-
mode |= (mode & 0o444) >> 2 # copy R bits to X
|
111
|
-
os.chmod(file_path, mode)
|
112
|
-
|
113
|
-
|
114
100
|
def make_driver_executable_if_not(driver_path):
|
115
101
|
# Verify driver has executable permissions. If not, add them.
|
116
102
|
permissions = oct(os.stat(driver_path)[0])[-3:]
|
117
103
|
if "4" in permissions or "6" in permissions:
|
118
104
|
# We want at least a '5' or '7' to make sure it's executable
|
119
|
-
make_executable(driver_path)
|
105
|
+
shared_utils.make_executable(driver_path)
|
120
106
|
|
121
107
|
|
122
108
|
def extend_driver(driver):
|
@@ -566,6 +552,10 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
566
552
|
for tab in driver.cdp_base.tabs[-1::-1]:
|
567
553
|
if "chrome-extension://" not in str(tab):
|
568
554
|
with gui_lock:
|
555
|
+
with suppress(Exception):
|
556
|
+
shared_utils.make_writable(
|
557
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
558
|
+
)
|
569
559
|
loop.run_until_complete(tab.activate())
|
570
560
|
break
|
571
561
|
|
@@ -580,11 +570,17 @@ def uc_open_with_cdp_mode(driver, url=None):
|
|
580
570
|
if page_tab:
|
581
571
|
loop.run_until_complete(page_tab.aopen())
|
582
572
|
with gui_lock:
|
573
|
+
with suppress(Exception):
|
574
|
+
shared_utils.make_writable(
|
575
|
+
constants.MultiBrowser.PYAUTOGUILOCK
|
576
|
+
)
|
583
577
|
loop.run_until_complete(page_tab.activate())
|
584
578
|
|
585
579
|
loop.run_until_complete(driver.cdp_base.update_targets())
|
586
580
|
page = loop.run_until_complete(driver.cdp_base.get(url))
|
587
581
|
with gui_lock:
|
582
|
+
with suppress(Exception):
|
583
|
+
shared_utils.make_writable(constants.MultiBrowser.PYAUTOGUILOCK)
|
588
584
|
loop.run_until_complete(page.activate())
|
589
585
|
loop.run_until_complete(page.wait())
|
590
586
|
if not safe_url:
|
@@ -817,6 +813,63 @@ def verify_pyautogui_has_a_headed_browser(driver):
|
|
817
813
|
)
|
818
814
|
|
819
815
|
|
816
|
+
def __install_pyautogui_if_missing():
|
817
|
+
try:
|
818
|
+
import pyautogui
|
819
|
+
with suppress(Exception):
|
820
|
+
use_pyautogui_ver = constants.PyAutoGUI.VER
|
821
|
+
if pyautogui.__version__ != use_pyautogui_ver:
|
822
|
+
del pyautogui
|
823
|
+
shared_utils.pip_install(
|
824
|
+
"pyautogui", version=use_pyautogui_ver
|
825
|
+
)
|
826
|
+
import pyautogui
|
827
|
+
except Exception:
|
828
|
+
print("\nPyAutoGUI required! Installing now...")
|
829
|
+
shared_utils.pip_install(
|
830
|
+
"pyautogui", version=constants.PyAutoGUI.VER
|
831
|
+
)
|
832
|
+
try:
|
833
|
+
import pyautogui
|
834
|
+
except Exception:
|
835
|
+
if (
|
836
|
+
IS_LINUX
|
837
|
+
and hasattr(sb_config, "xvfb")
|
838
|
+
and hasattr(sb_config, "headed")
|
839
|
+
and hasattr(sb_config, "headless")
|
840
|
+
and hasattr(sb_config, "headless2")
|
841
|
+
and (not sb_config.headed or sb_config.xvfb)
|
842
|
+
and not (sb_config.headless or sb_config.headless2)
|
843
|
+
):
|
844
|
+
from sbvirtualdisplay import Display
|
845
|
+
xvfb_width = 1366
|
846
|
+
xvfb_height = 768
|
847
|
+
if (
|
848
|
+
hasattr(sb_config, "_xvfb_width")
|
849
|
+
and sb_config._xvfb_width
|
850
|
+
and isinstance(sb_config._xvfb_width, int)
|
851
|
+
and hasattr(sb_config, "_xvfb_height")
|
852
|
+
and sb_config._xvfb_height
|
853
|
+
and isinstance(sb_config._xvfb_height, int)
|
854
|
+
):
|
855
|
+
xvfb_width = sb_config._xvfb_width
|
856
|
+
xvfb_height = sb_config._xvfb_height
|
857
|
+
if xvfb_width < 1024:
|
858
|
+
xvfb_width = 1024
|
859
|
+
sb_config._xvfb_width = xvfb_width
|
860
|
+
if xvfb_height < 768:
|
861
|
+
xvfb_height = 768
|
862
|
+
sb_config._xvfb_height = xvfb_height
|
863
|
+
with suppress(Exception):
|
864
|
+
xvfb_display = Display(
|
865
|
+
visible=True,
|
866
|
+
size=(xvfb_width, xvfb_height),
|
867
|
+
backend="xvfb",
|
868
|
+
use_xauth=True,
|
869
|
+
)
|
870
|
+
xvfb_display.start()
|
871
|
+
|
872
|
+
|
820
873
|
def install_pyautogui_if_missing(driver):
|
821
874
|
verify_pyautogui_has_a_headed_browser(driver)
|
822
875
|
pip_find_lock = fasteners.InterProcessLock(
|
@@ -826,64 +879,13 @@ def install_pyautogui_if_missing(driver):
|
|
826
879
|
with pip_find_lock:
|
827
880
|
pass
|
828
881
|
except Exception:
|
829
|
-
#
|
830
|
-
|
831
|
-
|
882
|
+
# Since missing permissions, skip the locks
|
883
|
+
__install_pyautogui_if_missing()
|
884
|
+
return
|
832
885
|
with pip_find_lock: # Prevent issues with multiple processes
|
833
|
-
|
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
|
843
|
-
except Exception:
|
844
|
-
print("\nPyAutoGUI required! Installing now...")
|
845
|
-
shared_utils.pip_install(
|
846
|
-
"pyautogui", version=constants.PyAutoGUI.VER
|
847
|
-
)
|
848
|
-
try:
|
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()
|
886
|
+
with suppress(Exception):
|
887
|
+
shared_utils.make_writable(constants.PipInstall.FINDLOCK)
|
888
|
+
__install_pyautogui_if_missing()
|
887
889
|
|
888
890
|
|
889
891
|
def get_configured_pyautogui(pyautogui_copy):
|
@@ -1778,6 +1780,8 @@ def _add_chrome_proxy_extension(
|
|
1778
1780
|
if zip_it:
|
1779
1781
|
proxy_zip_lock = fasteners.InterProcessLock(PROXY_ZIP_LOCK)
|
1780
1782
|
with proxy_zip_lock:
|
1783
|
+
with suppress(Exception):
|
1784
|
+
shared_utils.make_writable(PROXY_ZIP_LOCK)
|
1781
1785
|
if multi_proxy:
|
1782
1786
|
_set_proxy_filenames()
|
1783
1787
|
if not os.path.exists(proxy_helper.PROXY_ZIP_PATH):
|
@@ -1789,6 +1793,8 @@ def _add_chrome_proxy_extension(
|
|
1789
1793
|
else:
|
1790
1794
|
proxy_dir_lock = fasteners.InterProcessLock(PROXY_DIR_LOCK)
|
1791
1795
|
with proxy_dir_lock:
|
1796
|
+
with suppress(Exception):
|
1797
|
+
shared_utils.make_writable(PROXY_DIR_LOCK)
|
1792
1798
|
if multi_proxy:
|
1793
1799
|
_set_proxy_filenames()
|
1794
1800
|
if not os.path.exists(proxy_helper.PROXY_DIR_PATH):
|
@@ -1814,6 +1820,8 @@ def is_using_uc(undetectable, browser_name):
|
|
1814
1820
|
def _unzip_to_new_folder(zip_file, folder):
|
1815
1821
|
proxy_dir_lock = fasteners.InterProcessLock(PROXY_DIR_LOCK)
|
1816
1822
|
with proxy_dir_lock:
|
1823
|
+
with suppress(Exception):
|
1824
|
+
shared_utils.make_writable(PROXY_DIR_LOCK)
|
1817
1825
|
if not os.path.exists(folder):
|
1818
1826
|
import zipfile
|
1819
1827
|
zip_ref = zipfile.ZipFile(zip_file, "r")
|
@@ -2923,6 +2931,8 @@ def get_remote_driver(
|
|
2923
2931
|
constants.PipInstall.FINDLOCK
|
2924
2932
|
)
|
2925
2933
|
with pip_find_lock: # Prevent issues with multiple processes
|
2934
|
+
with suppress(Exception):
|
2935
|
+
shared_utils.make_writable(constants.PipInstall.FINDLOCK)
|
2926
2936
|
try:
|
2927
2937
|
from seleniumwire import webdriver
|
2928
2938
|
import blinker
|
@@ -3360,6 +3370,8 @@ def get_local_driver(
|
|
3360
3370
|
constants.PipInstall.FINDLOCK
|
3361
3371
|
)
|
3362
3372
|
with pip_find_lock: # Prevent issues with multiple processes
|
3373
|
+
with suppress(Exception):
|
3374
|
+
shared_utils.make_writable(constants.PipInstall.FINDLOCK)
|
3363
3375
|
try:
|
3364
3376
|
from seleniumwire import webdriver
|
3365
3377
|
import blinker
|
@@ -3423,6 +3435,10 @@ def get_local_driver(
|
|
3423
3435
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
3424
3436
|
)
|
3425
3437
|
with geckodriver_fixing_lock:
|
3438
|
+
with suppress(Exception):
|
3439
|
+
shared_utils.make_writable(
|
3440
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
3441
|
+
)
|
3426
3442
|
if not geckodriver_on_path():
|
3427
3443
|
sys_args = sys.argv # Save a copy of sys args
|
3428
3444
|
log_d(
|
@@ -3725,6 +3741,10 @@ def get_local_driver(
|
|
3725
3741
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
3726
3742
|
)
|
3727
3743
|
with edgedriver_fixing_lock:
|
3744
|
+
with suppress(Exception):
|
3745
|
+
shared_utils.make_writable(
|
3746
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
3747
|
+
)
|
3728
3748
|
msg = "Microsoft Edge Driver not found."
|
3729
3749
|
if edgedriver_upgrade_needed:
|
3730
3750
|
msg = "Microsoft Edge Driver update needed."
|
@@ -4108,6 +4128,10 @@ def get_local_driver(
|
|
4108
4128
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4109
4129
|
)
|
4110
4130
|
with edgedriver_fixing_lock:
|
4131
|
+
with suppress(Exception):
|
4132
|
+
shared_utils.make_writable(
|
4133
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4134
|
+
)
|
4111
4135
|
with suppress(Exception):
|
4112
4136
|
if not _was_driver_repaired():
|
4113
4137
|
_repair_edgedriver(edge_version)
|
@@ -4490,6 +4514,10 @@ def get_local_driver(
|
|
4490
4514
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4491
4515
|
)
|
4492
4516
|
with chromedriver_fixing_lock:
|
4517
|
+
with suppress(Exception):
|
4518
|
+
shared_utils.make_writable(
|
4519
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4520
|
+
)
|
4493
4521
|
msg = "chromedriver update needed. Getting it now:"
|
4494
4522
|
if not path_chromedriver:
|
4495
4523
|
msg = "chromedriver not found. Getting it now:"
|
@@ -4581,6 +4609,10 @@ def get_local_driver(
|
|
4581
4609
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4582
4610
|
)
|
4583
4611
|
with uc_lock: # Avoid multithreaded issues
|
4612
|
+
with suppress(Exception):
|
4613
|
+
shared_utils.make_writable(
|
4614
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4615
|
+
)
|
4584
4616
|
if make_uc_driver_from_chromedriver:
|
4585
4617
|
if os.path.exists(LOCAL_CHROMEDRIVER):
|
4586
4618
|
with suppress(Exception):
|
@@ -4840,6 +4872,10 @@ def get_local_driver(
|
|
4840
4872
|
if not os.path.exists(cf_lock_path):
|
4841
4873
|
# Avoid multithreaded issues
|
4842
4874
|
with cf_lock:
|
4875
|
+
with suppress(Exception):
|
4876
|
+
shared_utils.make_writable(
|
4877
|
+
cf_lock_path
|
4878
|
+
)
|
4843
4879
|
# Install Python Certificates (MAC)
|
4844
4880
|
os.system(
|
4845
4881
|
r"bash /Applications/Python*/"
|
@@ -4983,6 +5019,10 @@ def get_local_driver(
|
|
4983
5019
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
4984
5020
|
)
|
4985
5021
|
with chromedriver_fixing_lock:
|
5022
|
+
with suppress(Exception):
|
5023
|
+
shared_utils.make_writable(
|
5024
|
+
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
5025
|
+
)
|
4986
5026
|
if not _was_driver_repaired():
|
4987
5027
|
_repair_chromedriver(
|
4988
5028
|
chrome_options, headless_options, mcv
|
@@ -5181,7 +5221,10 @@ def get_local_driver(
|
|
5181
5221
|
chromedr_fixing_lock = fasteners.InterProcessLock(
|
5182
5222
|
constants.MultiBrowser.DRIVER_FIXING_LOCK
|
5183
5223
|
)
|
5224
|
+
D_F_L = constants.MultiBrowser.DRIVER_FIXING_LOCK
|
5184
5225
|
with chromedr_fixing_lock:
|
5226
|
+
with suppress(Exception):
|
5227
|
+
shared_utils.make_writable(D_F_L)
|
5185
5228
|
if not _was_driver_repaired():
|
5186
5229
|
with suppress(Exception):
|
5187
5230
|
_repair_chromedriver(
|
@@ -339,9 +339,10 @@ def log_skipped_test_data(test, test_logpath, driver, browser, reason):
|
|
339
339
|
data_to_save.append(" * Skip Reason: %s" % reason)
|
340
340
|
data_to_save.append("")
|
341
341
|
file_path = os.path.join(test_logpath, "skip_reason.txt")
|
342
|
-
|
343
|
-
|
344
|
-
|
342
|
+
with suppress(Exception):
|
343
|
+
log_file = codecs.open(file_path, "w+", encoding="utf-8")
|
344
|
+
log_file.writelines("\r\n".join(data_to_save))
|
345
|
+
log_file.close()
|
345
346
|
|
346
347
|
|
347
348
|
def log_page_source(test_logpath, driver, source=None):
|
@@ -368,9 +369,10 @@ def log_page_source(test_logpath, driver, source=None):
|
|
368
369
|
if not os.path.exists(test_logpath):
|
369
370
|
os.makedirs(test_logpath)
|
370
371
|
html_file_path = os.path.join(test_logpath, html_file_name)
|
371
|
-
|
372
|
-
|
373
|
-
|
372
|
+
with suppress(Exception):
|
373
|
+
html_file = codecs.open(html_file_path, "w+", encoding="utf-8")
|
374
|
+
html_file.write(page_source)
|
375
|
+
html_file.close()
|
374
376
|
|
375
377
|
|
376
378
|
def get_test_id(test):
|
@@ -1019,6 +1019,10 @@ class CDPMethods():
|
|
1019
1019
|
with suppress(Exception):
|
1020
1020
|
self.loop.run_until_complete(self.page.evaluate(js_code))
|
1021
1021
|
|
1022
|
+
def __make_sure_pyautogui_lock_is_writable(self):
|
1023
|
+
with suppress(Exception):
|
1024
|
+
shared_utils.make_writable(constants.MultiBrowser.PYAUTOGUILOCK)
|
1025
|
+
|
1022
1026
|
def __verify_pyautogui_has_a_headed_browser(self):
|
1023
1027
|
"""PyAutoGUI requires a headed browser so that it can
|
1024
1028
|
focus on the correct element when performing actions."""
|
@@ -1039,6 +1043,8 @@ class CDPMethods():
|
|
1039
1043
|
constants.PipInstall.FINDLOCK
|
1040
1044
|
)
|
1041
1045
|
with pip_find_lock: # Prevent issues with multiple processes
|
1046
|
+
with suppress(Exception):
|
1047
|
+
shared_utils.make_writable(constants.PipInstall.FINDLOCK)
|
1042
1048
|
try:
|
1043
1049
|
import pyautogui
|
1044
1050
|
with suppress(Exception):
|
@@ -1124,6 +1130,7 @@ class CDPMethods():
|
|
1124
1130
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1125
1131
|
)
|
1126
1132
|
with gui_lock:
|
1133
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1127
1134
|
pyautogui.press(key)
|
1128
1135
|
time.sleep(0.044)
|
1129
1136
|
self.__slow_mode_pause_if_set()
|
@@ -1137,6 +1144,7 @@ class CDPMethods():
|
|
1137
1144
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1138
1145
|
)
|
1139
1146
|
with gui_lock:
|
1147
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1140
1148
|
for key in keys:
|
1141
1149
|
pyautogui.press(key)
|
1142
1150
|
time.sleep(0.044)
|
@@ -1151,6 +1159,7 @@ class CDPMethods():
|
|
1151
1159
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1152
1160
|
)
|
1153
1161
|
with gui_lock:
|
1162
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1154
1163
|
pyautogui.write(text)
|
1155
1164
|
self.__slow_mode_pause_if_set()
|
1156
1165
|
self.loop.run_until_complete(self.page.wait())
|
@@ -1171,6 +1180,7 @@ class CDPMethods():
|
|
1171
1180
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1172
1181
|
)
|
1173
1182
|
with gui_lock: # Prevent issues with multiple processes
|
1183
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1174
1184
|
pyautogui.moveTo(x, y, timeframe, pyautogui.easeOutQuad)
|
1175
1185
|
if timeframe >= 0.25:
|
1176
1186
|
time.sleep(0.056) # Wait if moving at human-speed
|
@@ -1191,6 +1201,7 @@ class CDPMethods():
|
|
1191
1201
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1192
1202
|
)
|
1193
1203
|
with gui_lock: # Prevent issues with multiple processes
|
1204
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1194
1205
|
self.__install_pyautogui_if_missing()
|
1195
1206
|
import pyautogui
|
1196
1207
|
pyautogui = self.__get_configured_pyautogui(pyautogui)
|
@@ -1408,6 +1419,7 @@ class CDPMethods():
|
|
1408
1419
|
constants.MultiBrowser.PYAUTOGUILOCK
|
1409
1420
|
)
|
1410
1421
|
with gui_lock:
|
1422
|
+
self.__make_sure_pyautogui_lock_is_writable()
|
1411
1423
|
self.bring_active_window_to_front()
|
1412
1424
|
self.gui_hover_element(hover_selector)
|
1413
1425
|
time.sleep(0.15)
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import sys
|
2
|
+
import textwrap
|
2
3
|
from seleniumbase.fixtures import constants
|
3
4
|
|
4
5
|
|
@@ -116,6 +117,7 @@ def get_report_style():
|
|
116
117
|
}
|
117
118
|
</style>"""
|
118
119
|
)
|
120
|
+
style = textwrap.dedent(style)
|
119
121
|
Saved.report_style = style
|
120
122
|
return style
|
121
123
|
|
@@ -132,6 +134,7 @@ def get_bt_backdrop_style():
|
|
132
134
|
box-shadow: 0 0 0 88422px rgba(0, 0, 0, 0.42);
|
133
135
|
pointer-events: auto !important;
|
134
136
|
}"""
|
137
|
+
bt_backdrop_style = textwrap.dedent(bt_backdrop_style)
|
135
138
|
Saved.bt_backdrop_style = bt_backdrop_style
|
136
139
|
return bt_backdrop_style
|
137
140
|
|
@@ -150,6 +153,7 @@ def get_dt_backdrop_style():
|
|
150
153
|
button.driver-prev-btn.driver-disabled {
|
151
154
|
visibility: hidden;
|
152
155
|
}"""
|
156
|
+
dt_backdrop_style = textwrap.dedent(dt_backdrop_style)
|
153
157
|
Saved.dt_backdrop_style = dt_backdrop_style
|
154
158
|
return dt_backdrop_style
|
155
159
|
|
@@ -167,6 +171,7 @@ def get_messenger_style():
|
|
167
171
|
box-shadow: 2px 2px 9px 4px rgba(32, 142, 120, 0.28),
|
168
172
|
2px 2px 9px 4px rgba(200, 240, 80, 0.34) !important;
|
169
173
|
}""" % font_family
|
174
|
+
messenger_style = textwrap.dedent(messenger_style)
|
170
175
|
Saved.messenger_style = messenger_style
|
171
176
|
return messenger_style
|
172
177
|
|
@@ -181,6 +186,7 @@ def get_sh_style_test():
|
|
181
186
|
scrollTo: true
|
182
187
|
}
|
183
188
|
});"""
|
189
|
+
sh_style_test = textwrap.dedent(sh_style_test)
|
184
190
|
Saved.sh_style_test = sh_style_test
|
185
191
|
return sh_style_test
|
186
192
|
|
@@ -193,6 +199,7 @@ def get_hops_backdrop_style():
|
|
193
199
|
.hopscotch-bubble-container {
|
194
200
|
font-size: 110%;
|
195
201
|
}"""
|
202
|
+
hops_backdrop_style = textwrap.dedent(hops_backdrop_style)
|
196
203
|
Saved.hops_backdrop_style = hops_backdrop_style
|
197
204
|
return hops_backdrop_style
|
198
205
|
|
@@ -227,6 +234,7 @@ def get_introjs_style():
|
|
227
234
|
box-sizing: content-box;
|
228
235
|
position: absolute;
|
229
236
|
}"""
|
237
|
+
introjs_style = textwrap.dedent(introjs_style)
|
230
238
|
Saved.introjs_style = introjs_style
|
231
239
|
return introjs_style
|
232
240
|
|
@@ -261,6 +269,7 @@ def get_sh_backdrop_style():
|
|
261
269
|
body.shepherd-active {
|
262
270
|
pointer-events: none !important;
|
263
271
|
}"""
|
272
|
+
sh_backdrop_style = textwrap.dedent(sh_backdrop_style)
|
264
273
|
Saved.sh_backdrop_style = sh_backdrop_style
|
265
274
|
return sh_backdrop_style
|
266
275
|
|
@@ -387,5 +396,6 @@ def get_pytest_style():
|
|
387
396
|
.desc.active .sort-icon {
|
388
397
|
border-top: 8px solid #999;
|
389
398
|
}"""
|
399
|
+
pytest_style = textwrap.dedent(pytest_style)
|
390
400
|
Saved.pytest_style = pytest_style
|
391
401
|
return pytest_style
|