seleniumbase 4.32.3__tar.gz → 4.32.4a1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {seleniumbase-4.32.3/seleniumbase.egg-info → seleniumbase-4.32.4a1}/PKG-INFO +45 -45
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/README.md +43 -43
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/requirements.txt +1 -1
- seleniumbase-4.32.4a1/seleniumbase/__version__.py +2 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/__init__.py +1 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/config.py +7 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/connection.py +9 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/options.py +33 -7
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1/seleniumbase.egg-info}/PKG-INFO +45 -45
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/requires.txt +1 -1
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/setup.py +1 -1
- seleniumbase-4.32.3/seleniumbase/__version__.py +0 -2
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/.gitignore +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/LICENSE +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/MANIFEST.in +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/basic_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/environment.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/imported.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/base_test_case.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/boilerplate_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/classic_obj_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/page_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/file_parsing/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/file_parsing/parse_files.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/google_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/google_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/sb_swag_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/swag_labs_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/test_page_objects.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/sb_fixture_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/mac_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/sample_cap_file_BS.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/sample_cap_file_SL.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/selenoid_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/capabilities/win10_cap_file.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/chart_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/my_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/pie_charts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_area_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_display_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_line_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_multi_series.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/chart_maker/test_save_chart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/coffee_cart_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/custom_settings.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/desktop_apps/recorder.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/dialog_boxes/dialog_box_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/edge_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/github_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/gui_test_runner.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/hack_the_planet.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/handle_alert_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/iframe_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/locale_code_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/basic_masterqa_test_0.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/master_qa/masterqa_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/example_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/input_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/protractor/mat_paginator_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/flaky_messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/long_messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/messy_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/refined_raw.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/migration/raw_selenium/simple_sbase.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/my_first_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/nth_child_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/load_html_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_demo_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_extended_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_handle_alerts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_request_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/offline_examples/test_user_agent.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/old_wordle_script.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/parameterized_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/performance_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/core_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/edge_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/fundamentals.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/multi_uc.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/my_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/py_virtual_envs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/uc_presentation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/presenter/uc_presentation_3.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/proxy_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/rate_limiting_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_ahrefs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_antibot_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_bing_captcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_block.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_brotector_captcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cdp_logging.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cf.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_cookies.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_detection.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_driver_context.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_driver_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_file_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_form_turnstile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_games.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_gui_click.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_hobbit.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_context.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_login_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_main_call.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_mobile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_multi_drivers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_nopecha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_order_tickets.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_parameter_script.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_performance_logs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_pixelscan.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_pyautogui.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_recaptcha.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_robot.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_test_scripts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_turnstile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/raw_uc_mode.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/sb_fixture_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/shadow_root_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/swag_labs_user_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_3d_apis.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_apple_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_assert_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_canvas.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_cdp_ad_blocking.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_checkboxes.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_chinese_pdf.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_coffee_cart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_console_logging.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_contains_selector.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_cycle_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_decryption.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_deferred_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_demo_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_detect_404s.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_docs_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_double_click.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_download_files.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_download_images.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_drag_and_drop.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_error_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_event_firing.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_fail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_geolocation.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_coffee.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_locale_code.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_pdf_text.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_get_user_agent.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_hack_search.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_highlight_elements.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_image_saving.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_inspect_html.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_markers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_mfa_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_multiple_drivers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_null.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_override_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_override_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_parse_soup.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_pdf_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_pytest_parametrize.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_repeat_tests.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_request_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_save_screenshots.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_sb_fixture.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_scrape_bing.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_select_options.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_shadow_dom.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_show_file_choosers.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_simple_login.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_skype_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_suite.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_tinymce.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_todomvc.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_url_asserts.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_usefixtures.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_verify_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_window_switching.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_xfail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/test_xkcd.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/time_limit_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/bootstrap_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/bootstrap_xkcd_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/driverjs_maps_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/hopscotch_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/introjs_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/maps_introjs_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/octocat_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/recordings/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/recordings/shepherd_google_tour_rec.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/shepherd_google_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/tour_examples/xkcd_tour.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/chinese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/dutch_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/english_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/french_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/italian_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/japanese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/korean_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/portuguese_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/russian_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/translations/spanish_test_1.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/uc_cdp_events.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/unit_tests/verify_framework.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/upgrade_chromedriver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/upload_file_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/user_agent_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/verify_undetected.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/layout_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/python_home_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/test_layout_fail.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/visual_testing/xkcd_visual_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/wordle_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/xpath_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/youtube_search_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/install.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/environment.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/calculator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/fail_page.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/real_world.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/behave/features/steps/swag_labs.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/brython/index.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/my_first_test.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/integrations/node_js/test_demo_site.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/mkdocs_build/prepare.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/pyproject.toml +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/pytest.ini +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/__main__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/sbase/steps.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/__main__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/behave_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/behave_sb.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/behave/steps.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/decorators.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/encryption.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/exceptions.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/obfuscate.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/common/unobfuscate.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/ad_block_list.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/proxy_list.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/config/settings.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/logo_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/rich_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/run.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_behave_gui.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_caseplans.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_commander.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_install.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkchart.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkdir.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkfile.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkpres.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_mkrec.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_objectify.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_print.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/console_scripts/sb_recorder.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/application_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/browser_launcher.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/capabilities_parser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/colored_traceback.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/create_db_tables.sql +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/detect_b_ver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/download_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/encoded_images.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/jqc_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/log_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/mysql.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/proxy_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/recorder_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/report_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/s3_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/sb_cdp.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/sb_driver.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/session_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/settings_parser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/style_sheet.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/testcase_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/tour_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/core/visual_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/drivers/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/ad_block.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/disable_csp.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/recorder.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/extensions/sbase_ext.zip +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/base_case.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/constants.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/css_to_xpath.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/errors.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/js_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/page_actions.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/page_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/shared_utils.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/unittest_helper.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/words.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/fixtures/xpath_to_css.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/active_css_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/live_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/js_code/recorder_js.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/masterqa/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/masterqa/master_qa.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/base_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/basic_test_info.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/db_reporting_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/driver_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/page_source.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/pytest_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/s3_logging_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/sb_manager.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/screen_shots.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/plugins/selenium_plugin.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/resources/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/chinese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/dutch.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/french.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/italian.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/japanese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/korean.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/master_dict.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/portuguese.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/russian.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/spanish.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/translate/translator.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/_contradict.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/browser.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/cdp_util.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/element.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/tab.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/dprocess.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/patcher.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/reactor.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/webelement.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/download_selenium_server.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/font_color +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid-hub +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid-node +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid_hub.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/grid_node.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/register-grid-node.bat +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/register-grid-node.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/start-grid-hub.bat +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_grid/start-grid-hub.sh +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_ide/__init__.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/utilities/selenium_ide/convert_ide.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/SOURCES.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/dependency_links.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/entry_points.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase.egg-info/top_level.txt +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/setup.cfg +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/site/prepare.py +0 -0
- {seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/virtualenv_install.sh +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.4a1
|
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
|
@@ -59,7 +59,7 @@ Classifier: Topic :: Utilities
|
|
59
59
|
Requires-Python: >=3.8
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
|
-
Requires-Dist: pip>=24.
|
62
|
+
Requires-Dist: pip>=24.3
|
63
63
|
Requires-Dist: packaging>=24.1
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
@@ -489,48 +489,49 @@ pip install -e .
|
|
489
489
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
490
490
|
|
491
491
|
```bash
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
COMMANDS:
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
492
|
+
___ _ _ ___
|
493
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
494
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
495
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
496
|
+
----------------------------------------------------
|
497
|
+
|
498
|
+
╭──────────────────────────────────────────────────╮
|
499
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
500
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
501
|
+
│ │
|
502
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
503
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
504
|
+
│ methods (List common Python methods) │
|
505
|
+
│ options (List common pytest options) │
|
506
|
+
│ behave-options (List common behave options) │
|
507
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
508
|
+
│ behave-gui (SBase Commander for Behave) │
|
509
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
510
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
511
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
512
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
513
|
+
│ recorder (Open Recorder Desktop App.) │
|
514
|
+
│ record (If args: mkrec. Else: App.) │
|
515
|
+
│ mkpres [FILE.py] [LANG] │
|
516
|
+
│ mkchart [FILE.py] [LANG] │
|
517
|
+
│ print [FILE] [OPTIONS] │
|
518
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
519
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
520
|
+
│ extract-objects [SB_FILE.py] │
|
521
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
522
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
523
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
524
|
+
│ encrypt / obfuscate │
|
525
|
+
│ decrypt / unobfuscate │
|
526
|
+
│ proxy (Start a basic proxy server) │
|
527
|
+
│ download server (Get Selenium Grid JAR file) │
|
528
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
529
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
530
|
+
│ │
|
531
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
532
|
+
│ * For command info => "sbase help [COMMAND]" │
|
533
|
+
│ * For info on all commands => "sbase --help" │
|
534
|
+
╰──────────────────────────────────────────────────╯
|
534
535
|
```
|
535
536
|
|
536
537
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1549,7 +1550,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1549
1550
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1550
1551
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1551
1552
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1552
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1553
1553
|
</div></p>
|
1554
1554
|
|
1555
1555
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
@@ -315,48 +315,49 @@ pip install -e .
|
|
315
315
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
316
316
|
|
317
317
|
```bash
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
COMMANDS:
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
318
|
+
___ _ _ ___
|
319
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
320
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
321
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
322
|
+
----------------------------------------------------
|
323
|
+
|
324
|
+
╭──────────────────────────────────────────────────╮
|
325
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
326
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
327
|
+
│ │
|
328
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
329
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
330
|
+
│ methods (List common Python methods) │
|
331
|
+
│ options (List common pytest options) │
|
332
|
+
│ behave-options (List common behave options) │
|
333
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
334
|
+
│ behave-gui (SBase Commander for Behave) │
|
335
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
336
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
337
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
338
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
339
|
+
│ recorder (Open Recorder Desktop App.) │
|
340
|
+
│ record (If args: mkrec. Else: App.) │
|
341
|
+
│ mkpres [FILE.py] [LANG] │
|
342
|
+
│ mkchart [FILE.py] [LANG] │
|
343
|
+
│ print [FILE] [OPTIONS] │
|
344
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
345
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
346
|
+
│ extract-objects [SB_FILE.py] │
|
347
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
348
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
349
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
350
|
+
│ encrypt / obfuscate │
|
351
|
+
│ decrypt / unobfuscate │
|
352
|
+
│ proxy (Start a basic proxy server) │
|
353
|
+
│ download server (Get Selenium Grid JAR file) │
|
354
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
355
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
356
|
+
│ │
|
357
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
358
|
+
│ * For command info => "sbase help [COMMAND]" │
|
359
|
+
│ * For info on all commands => "sbase --help" │
|
360
|
+
╰──────────────────────────────────────────────────╯
|
360
361
|
```
|
361
362
|
|
362
363
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1375,7 +1376,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1375
1376
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1376
1377
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1377
1378
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1378
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1379
1379
|
</div></p>
|
1380
1380
|
|
1381
1381
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
@@ -5,6 +5,7 @@ import secrets
|
|
5
5
|
import sys
|
6
6
|
import tempfile
|
7
7
|
import zipfile
|
8
|
+
from seleniumbase.config import settings
|
8
9
|
from typing import Union, List, Optional
|
9
10
|
|
10
11
|
__all__ = [
|
@@ -101,7 +102,13 @@ class Config:
|
|
101
102
|
# Other keyword args will be accessible by attribute
|
102
103
|
self.__dict__.update(kwargs)
|
103
104
|
super().__init__()
|
105
|
+
start_width = settings.CHROME_START_WIDTH
|
106
|
+
start_height = settings.CHROME_START_HEIGHT
|
107
|
+
start_x = settings.WINDOW_START_X
|
108
|
+
start_y = settings.WINDOW_START_Y
|
104
109
|
self._default_browser_args = [
|
110
|
+
"--window-size=%s,%s" % (start_width, start_height),
|
111
|
+
"--window-position=%s,%s" % (start_x, start_y),
|
105
112
|
"--remote-allow-origins=*",
|
106
113
|
"--no-first-run",
|
107
114
|
"--no-service-autorun",
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/seleniumbase/undetected/cdp_driver/connection.py
RENAMED
@@ -292,7 +292,14 @@ class Connection(metaclass=CantTouchThis):
|
|
292
292
|
if self.listener and self.listener.running:
|
293
293
|
self.listener.cancel()
|
294
294
|
self.enabled_domains.clear()
|
295
|
-
await
|
295
|
+
await asyncio.sleep(0.015)
|
296
|
+
try:
|
297
|
+
await self.websocket.close()
|
298
|
+
except Exception:
|
299
|
+
logger.debug(
|
300
|
+
"\n❌ Error closing websocket connection to %s",
|
301
|
+
self.websocket_url
|
302
|
+
)
|
296
303
|
logger.debug(
|
297
304
|
"\n❌ Closed websocket connection to %s", self.websocket_url
|
298
305
|
)
|
@@ -540,6 +547,7 @@ class Listener:
|
|
540
547
|
self.idle.set()
|
541
548
|
# Pause for a moment.
|
542
549
|
# await asyncio.sleep(self.time_before_considered_idle / 10)
|
550
|
+
await asyncio.sleep(0.015)
|
543
551
|
continue
|
544
552
|
except (Exception,) as e:
|
545
553
|
logger.debug(
|
@@ -1,9 +1,13 @@
|
|
1
1
|
#!/usr/bin/env python3
|
2
2
|
import json
|
3
|
+
import logging
|
3
4
|
import os
|
5
|
+
import time
|
4
6
|
from contextlib import suppress
|
5
7
|
from selenium.webdriver.chromium.options import ChromiumOptions
|
6
8
|
|
9
|
+
logger = logging.getLogger(__name__)
|
10
|
+
|
7
11
|
|
8
12
|
class ChromeOptions(ChromiumOptions):
|
9
13
|
_session = None
|
@@ -53,14 +57,36 @@ class ChromeOptions(ChromiumOptions):
|
|
53
57
|
with suppress(Exception):
|
54
58
|
if os.path.exists(prefs_file):
|
55
59
|
with open(
|
56
|
-
prefs_file,
|
60
|
+
prefs_file,
|
61
|
+
encoding="latin1",
|
62
|
+
mode="r",
|
63
|
+
errors="ignore",
|
57
64
|
) as f:
|
58
|
-
|
59
|
-
|
60
|
-
)
|
61
|
-
|
62
|
-
|
63
|
-
|
65
|
+
data = json.load(f)
|
66
|
+
logger.debug("Existing preferences: %s" % data)
|
67
|
+
undot_prefs = self._merge_nested(data, undot_prefs)
|
68
|
+
logger.debug("Combined preferences: %s" % undot_prefs)
|
69
|
+
time.sleep(0.005)
|
70
|
+
if not os.path.exists(prefs_file):
|
71
|
+
try:
|
72
|
+
with open(
|
73
|
+
prefs_file,
|
74
|
+
encoding="latin1",
|
75
|
+
mode="w",
|
76
|
+
errors="ignore",
|
77
|
+
) as f:
|
78
|
+
json.dump(undot_prefs, f)
|
79
|
+
except Exception:
|
80
|
+
time.sleep(0.005)
|
81
|
+
with suppress(Exception):
|
82
|
+
with open(
|
83
|
+
prefs_file,
|
84
|
+
encoding="utf-8",
|
85
|
+
mode="w",
|
86
|
+
errors="ignore",
|
87
|
+
) as f:
|
88
|
+
json.dump(undot_prefs, f)
|
89
|
+
time.sleep(0.005)
|
64
90
|
# Remove experimental_options to avoid errors
|
65
91
|
del self._experimental_options["prefs"]
|
66
92
|
exclude_switches = self.experimental_options.get("excludeSwitches")
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: seleniumbase
|
3
|
-
Version: 4.32.
|
3
|
+
Version: 4.32.4a1
|
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
|
@@ -59,7 +59,7 @@ Classifier: Topic :: Utilities
|
|
59
59
|
Requires-Python: >=3.8
|
60
60
|
Description-Content-Type: text/markdown
|
61
61
|
License-File: LICENSE
|
62
|
-
Requires-Dist: pip>=24.
|
62
|
+
Requires-Dist: pip>=24.3
|
63
63
|
Requires-Dist: packaging>=24.1
|
64
64
|
Requires-Dist: setuptools~=70.2; python_version < "3.10"
|
65
65
|
Requires-Dist: setuptools>=73.0.1; python_version >= "3.10"
|
@@ -489,48 +489,49 @@ pip install -e .
|
|
489
489
|
🔵 **Type ``seleniumbase`` or ``sbase`` to verify that SeleniumBase was installed successfully:**
|
490
490
|
|
491
491
|
```bash
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
COMMANDS:
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
492
|
+
___ _ _ ___
|
493
|
+
/ __| ___| |___ _ _ (_)_ _ _ __ | _ ) __ _ ______
|
494
|
+
\__ \/ -_) / -_) ' \| | \| | ' \ | _ \/ _` (_-< -_)
|
495
|
+
|___/\___|_\___|_||_|_|\_,_|_|_|_\|___/\__,_/__|___|
|
496
|
+
----------------------------------------------------
|
497
|
+
|
498
|
+
╭──────────────────────────────────────────────────╮
|
499
|
+
│ * USAGE: "seleniumbase [COMMAND] [PARAMETERS]" │
|
500
|
+
│ * OR: "sbase [COMMAND] [PARAMETERS]" │
|
501
|
+
│ │
|
502
|
+
│ COMMANDS: PARAMETERS / DESCRIPTIONS: │
|
503
|
+
│ get / install [DRIVER_NAME] [OPTIONS] │
|
504
|
+
│ methods (List common Python methods) │
|
505
|
+
│ options (List common pytest options) │
|
506
|
+
│ behave-options (List common behave options) │
|
507
|
+
│ gui / commander [OPTIONAL PATH or TEST FILE] │
|
508
|
+
│ behave-gui (SBase Commander for Behave) │
|
509
|
+
│ caseplans [OPTIONAL PATH or TEST FILE] │
|
510
|
+
│ mkdir [DIRECTORY] [OPTIONS] │
|
511
|
+
│ mkfile [FILE.py] [OPTIONS] │
|
512
|
+
│ mkrec / codegen [FILE.py] [OPTIONS] │
|
513
|
+
│ recorder (Open Recorder Desktop App.) │
|
514
|
+
│ record (If args: mkrec. Else: App.) │
|
515
|
+
│ mkpres [FILE.py] [LANG] │
|
516
|
+
│ mkchart [FILE.py] [LANG] │
|
517
|
+
│ print [FILE] [OPTIONS] │
|
518
|
+
│ translate [SB_FILE.py] [LANG] [ACTION] │
|
519
|
+
│ convert [WEBDRIVER_UNITTEST_FILE.py] │
|
520
|
+
│ extract-objects [SB_FILE.py] │
|
521
|
+
│ inject-objects [SB_FILE.py] [OPTIONS] │
|
522
|
+
│ objectify [SB_FILE.py] [OPTIONS] │
|
523
|
+
│ revert-objects [SB_FILE.py] [OPTIONS] │
|
524
|
+
│ encrypt / obfuscate │
|
525
|
+
│ decrypt / unobfuscate │
|
526
|
+
│ proxy (Start a basic proxy server) │
|
527
|
+
│ download server (Get Selenium Grid JAR file) │
|
528
|
+
│ grid-hub [start|stop] [OPTIONS] │
|
529
|
+
│ grid-node [start|stop] --hub=[HOST/IP] │
|
530
|
+
│ │
|
531
|
+
│ * EXAMPLE => "sbase get chromedriver stable" │
|
532
|
+
│ * For command info => "sbase help [COMMAND]" │
|
533
|
+
│ * For info on all commands => "sbase --help" │
|
534
|
+
╰──────────────────────────────────────────────────╯
|
534
535
|
```
|
535
536
|
|
536
537
|
<h3>🔵 Downloading webdrivers:</h3>
|
@@ -1549,7 +1550,6 @@ pytest --reruns=1 --reruns-delay=1
|
|
1549
1550
|
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.github.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="64" /></a></span>
|
1550
1551
|
<span><a href="https://discord.gg/EdhQTn3EyE"><img src="https://seleniumbase.github.io/other/discord_icon.png" title="SeleniumBase on Discord" alt="SeleniumBase on Discord" width="66" /></a></span>
|
1551
1552
|
<span><a href="https://www.facebook.com/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_facebook.svg" title="SeleniumBase on Facebook" alt="SeleniumBase on Facebook" width="62" /></a></span>
|
1552
|
-
<span><a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://seleniumbase.github.io/img/social/share_gitter.svg" title="SeleniumBase on Gitter" alt="SeleniumBase on Gitter" width="48" /></a></span>
|
1553
1553
|
</div></p>
|
1554
1554
|
|
1555
1555
|
<p><div><b><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></b></div></p>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/__init__.py
RENAMED
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/calculator.py
RENAMED
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/fail_page.py
RENAMED
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/imported.py
RENAMED
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/behave_bdd/features/steps/swag_labs.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/file_parsing/__init__.py
RENAMED
File without changes
|
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/google_objects.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/examples/boilerplates/samples/swag_labs_test.py
RENAMED
File without changes
|
{seleniumbase-4.32.3 → seleniumbase-4.32.4a1}/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
|