.gitignore
LICENSE
MANIFEST.in
README.md
install.sh
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
virtualenv_install.sh
examples/__init__.py
examples/basic_test.py
examples/coffee_cart_tests.py
examples/custom_settings.py
examples/edge_test.py
examples/github_test.py
examples/gui_test_runner.py
examples/hack_the_planet.py
examples/handle_alert_test.py
examples/iframe_tests.py
examples/locale_code_test.py
examples/my_first_test.py
examples/nth_child_test.py
examples/old_wordle_script.py
examples/parameterized_test.py
examples/performance_test.py
examples/proxy_test.py
examples/rate_limiting_test.py
examples/raw_ahrefs.py
examples/raw_antibot_login.py
examples/raw_bing_captcha.py
examples/raw_block.py
examples/raw_brotector_captcha.py
examples/raw_call.py
examples/raw_cdp_logging.py
examples/raw_cf.py
examples/raw_cookies.py
examples/raw_detection.py
examples/raw_driver_context.py
examples/raw_driver_manager.py
examples/raw_file_call.py
examples/raw_form_turnstile.py
examples/raw_games.py
examples/raw_gui_click.py
examples/raw_hobbit.py
examples/raw_login_context.py
examples/raw_login_driver.py
examples/raw_login_sb.py
examples/raw_main_call.py
examples/raw_mobile.py
examples/raw_multi_drivers.py
examples/raw_nopecha.py
examples/raw_order_tickets.py
examples/raw_parameter_script.py
examples/raw_performance_logs.py
examples/raw_pixelscan.py
examples/raw_pyautogui.py
examples/raw_recaptcha.py
examples/raw_robot.py
examples/raw_sb.py
examples/raw_test_scripts.py
examples/raw_turnstile.py
examples/raw_uc_mode.py
examples/sb_fixture_tests.py
examples/shadow_root_test.py
examples/swag_labs_user_tests.py
examples/test_3d_apis.py
examples/test_apple_site.py
examples/test_assert_elements.py
examples/test_calculator.py
examples/test_canvas.py
examples/test_cdp_ad_blocking.py
examples/test_checkboxes.py
examples/test_chinese_pdf.py
examples/test_chromedriver.py
examples/test_coffee_cart.py
examples/test_console_logging.py
examples/test_contains_selector.py
examples/test_cycle_elements.py
examples/test_decryption.py
examples/test_deferred_asserts.py
examples/test_demo_site.py
examples/test_detect_404s.py
examples/test_docs_site.py
examples/test_double_click.py
examples/test_download_files.py
examples/test_download_images.py
examples/test_drag_and_drop.py
examples/test_error_page.py
examples/test_event_firing.py
examples/test_fail.py
examples/test_geolocation.py
examples/test_get_coffee.py
examples/test_get_locale_code.py
examples/test_get_pdf_text.py
examples/test_get_user_agent.py
examples/test_hack_search.py
examples/test_highlight_elements.py
examples/test_image_saving.py
examples/test_inspect_html.py
examples/test_login.py
examples/test_markers.py
examples/test_mfa_login.py
examples/test_multiple_drivers.py
examples/test_null.py
examples/test_override_driver.py
examples/test_override_sb_fixture.py
examples/test_parse_soup.py
examples/test_pdf_asserts.py
examples/test_pytest_parametrize.py
examples/test_repeat_tests.py
examples/test_request_sb_fixture.py
examples/test_save_screenshots.py
examples/test_sb_fixture.py
examples/test_scrape_bing.py
examples/test_select_options.py
examples/test_shadow_dom.py
examples/test_show_file_choosers.py
examples/test_simple_login.py
examples/test_skype_site.py
examples/test_suite.py
examples/test_swag_labs.py
examples/test_tinymce.py
examples/test_todomvc.py
examples/test_url_asserts.py
examples/test_usefixtures.py
examples/test_verify_chromedriver.py
examples/test_window_switching.py
examples/test_xfail.py
examples/test_xkcd.py
examples/time_limit_test.py
examples/uc_cdp_events.py
examples/upgrade_chromedriver.py
examples/upload_file_test.py
examples/user_agent_test.py
examples/verify_undetected.py
examples/wordle_test.py
examples/xpath_test.py
examples/youtube_search_test.py
examples/behave_bdd/__init__.py
examples/behave_bdd/features/__init__.py
examples/behave_bdd/features/environment.py
examples/behave_bdd/features/steps/__init__.py
examples/behave_bdd/features/steps/calculator.py
examples/behave_bdd/features/steps/fail_page.py
examples/behave_bdd/features/steps/imported.py
examples/behave_bdd/features/steps/swag_labs.py
examples/boilerplates/__init__.py
examples/boilerplates/base_test_case.py
examples/boilerplates/boilerplate_test.py
examples/boilerplates/classic_obj_test.py
examples/boilerplates/page_objects.py
examples/boilerplates/sb_fixture_test.py
examples/boilerplates/samples/__init__.py
examples/boilerplates/samples/google_objects.py
examples/boilerplates/samples/google_test.py
examples/boilerplates/samples/sb_swag_test.py
examples/boilerplates/samples/swag_labs_test.py
examples/boilerplates/samples/test_page_objects.py
examples/boilerplates/samples/file_parsing/__init__.py
examples/boilerplates/samples/file_parsing/parse_files.py
examples/capabilities/mac_cap_file.py
examples/capabilities/sample_cap_file_BS.py
examples/capabilities/sample_cap_file_SL.py
examples/capabilities/selenoid_cap_file.py
examples/capabilities/win10_cap_file.py
examples/chart_maker/chart_presentation.py
examples/chart_maker/my_chart.py
examples/chart_maker/pie_charts.py
examples/chart_maker/test_area_chart.py
examples/chart_maker/test_display_chart.py
examples/chart_maker/test_line_chart.py
examples/chart_maker/test_multi_series.py
examples/chart_maker/test_save_chart.py
examples/desktop_apps/recorder.py
examples/dialog_boxes/dialog_box_tour.py
examples/master_qa/__init__.py
examples/master_qa/basic_masterqa_test_0.py
examples/master_qa/masterqa_test_1.py
examples/migration/__init__.py
examples/migration/protractor/__init__.py
examples/migration/protractor/example_test.py
examples/migration/protractor/input_test.py
examples/migration/protractor/mat_paginator_test.py
examples/migration/raw_selenium/__init__.py
examples/migration/raw_selenium/flaky_messy_raw.py
examples/migration/raw_selenium/long_messy_raw.py
examples/migration/raw_selenium/messy_raw.py
examples/migration/raw_selenium/refined_raw.py
examples/migration/raw_selenium/simple_sbase.py
examples/offline_examples/__init__.py
examples/offline_examples/load_html_test.py
examples/offline_examples/test_demo_page.py
examples/offline_examples/test_extended_driver.py
examples/offline_examples/test_handle_alerts.py
examples/offline_examples/test_request_fixture.py
examples/offline_examples/test_user_agent.py
examples/presenter/core_presentation.py
examples/presenter/edge_presentation.py
examples/presenter/fundamentals.py
examples/presenter/multi_uc.py
examples/presenter/my_presentation.py
examples/presenter/py_virtual_envs.py
examples/presenter/uc_presentation.py
examples/presenter/uc_presentation_3.py
examples/tour_examples/bootstrap_google_tour.py
examples/tour_examples/bootstrap_xkcd_tour.py
examples/tour_examples/driverjs_maps_tour.py
examples/tour_examples/google_tour.py
examples/tour_examples/hopscotch_google_tour.py
examples/tour_examples/introjs_google_tour.py
examples/tour_examples/maps_introjs_tour.py
examples/tour_examples/octocat_tour.py
examples/tour_examples/shepherd_google_tour.py
examples/tour_examples/xkcd_tour.py
examples/tour_examples/recordings/__init__.py
examples/tour_examples/recordings/shepherd_google_tour_rec.py
examples/translations/chinese_test_1.py
examples/translations/dutch_test_1.py
examples/translations/english_test_1.py
examples/translations/french_test_1.py
examples/translations/italian_test_1.py
examples/translations/japanese_test_1.py
examples/translations/korean_test_1.py
examples/translations/portuguese_test_1.py
examples/translations/russian_test_1.py
examples/translations/spanish_test_1.py
examples/unit_tests/verify_framework.py
examples/visual_testing/__init__.py
examples/visual_testing/layout_test.py
examples/visual_testing/python_home_test.py
examples/visual_testing/test_layout_fail.py
examples/visual_testing/xkcd_visual_test.py
integrations/__init__.py
integrations/behave/features/__init__.py
integrations/behave/features/environment.py
integrations/behave/features/steps/__init__.py
integrations/behave/features/steps/calculator.py
integrations/behave/features/steps/fail_page.py
integrations/behave/features/steps/real_world.py
integrations/behave/features/steps/swag_labs.py
integrations/brython/index.py
integrations/node_js/__init__.py
integrations/node_js/my_first_test.py
integrations/node_js/test_demo_site.py
mkdocs_build/prepare.py
sbase/__init__.py
sbase/__main__.py
sbase/steps.py
seleniumbase/__init__.py
seleniumbase/__main__.py
seleniumbase/__version__.py
seleniumbase.egg-info/PKG-INFO
seleniumbase.egg-info/SOURCES.txt
seleniumbase.egg-info/dependency_links.txt
seleniumbase.egg-info/entry_points.txt
seleniumbase.egg-info/requires.txt
seleniumbase.egg-info/top_level.txt
seleniumbase/behave/__init__.py
seleniumbase/behave/behave_helper.py
seleniumbase/behave/behave_sb.py
seleniumbase/behave/steps.py
seleniumbase/common/__init__.py
seleniumbase/common/decorators.py
seleniumbase/common/encryption.py
seleniumbase/common/exceptions.py
seleniumbase/common/obfuscate.py
seleniumbase/common/unobfuscate.py
seleniumbase/config/__init__.py
seleniumbase/config/ad_block_list.py
seleniumbase/config/proxy_list.py
seleniumbase/config/settings.py
seleniumbase/console_scripts/__init__.py
seleniumbase/console_scripts/logo_helper.py
seleniumbase/console_scripts/rich_helper.py
seleniumbase/console_scripts/run.py
seleniumbase/console_scripts/sb_behave_gui.py
seleniumbase/console_scripts/sb_caseplans.py
seleniumbase/console_scripts/sb_commander.py
seleniumbase/console_scripts/sb_install.py
seleniumbase/console_scripts/sb_mkchart.py
seleniumbase/console_scripts/sb_mkdir.py
seleniumbase/console_scripts/sb_mkfile.py
seleniumbase/console_scripts/sb_mkpres.py
seleniumbase/console_scripts/sb_mkrec.py
seleniumbase/console_scripts/sb_objectify.py
seleniumbase/console_scripts/sb_print.py
seleniumbase/console_scripts/sb_recorder.py
seleniumbase/core/__init__.py
seleniumbase/core/application_manager.py
seleniumbase/core/browser_launcher.py
seleniumbase/core/capabilities_parser.py
seleniumbase/core/colored_traceback.py
seleniumbase/core/create_db_tables.sql
seleniumbase/core/detect_b_ver.py
seleniumbase/core/download_helper.py
seleniumbase/core/encoded_images.py
seleniumbase/core/jqc_helper.py
seleniumbase/core/log_helper.py
seleniumbase/core/mysql.py
seleniumbase/core/proxy_helper.py
seleniumbase/core/recorder_helper.py
seleniumbase/core/report_helper.py
seleniumbase/core/s3_manager.py
seleniumbase/core/sb_cdp.py
seleniumbase/core/sb_driver.py
seleniumbase/core/session_helper.py
seleniumbase/core/settings_parser.py
seleniumbase/core/style_sheet.py
seleniumbase/core/testcase_manager.py
seleniumbase/core/tour_helper.py
seleniumbase/core/visual_helper.py
seleniumbase/drivers/__init__.py
seleniumbase/extensions/__init__.py
seleniumbase/extensions/ad_block.zip
seleniumbase/extensions/disable_csp.zip
seleniumbase/extensions/recorder.zip
seleniumbase/extensions/sbase_ext.zip
seleniumbase/fixtures/__init__.py
seleniumbase/fixtures/base_case.py
seleniumbase/fixtures/constants.py
seleniumbase/fixtures/css_to_xpath.py
seleniumbase/fixtures/errors.py
seleniumbase/fixtures/js_utils.py
seleniumbase/fixtures/page_actions.py
seleniumbase/fixtures/page_utils.py
seleniumbase/fixtures/shared_utils.py
seleniumbase/fixtures/unittest_helper.py
seleniumbase/fixtures/words.py
seleniumbase/fixtures/xpath_to_css.py
seleniumbase/js_code/__init__.py
seleniumbase/js_code/active_css_js.py
seleniumbase/js_code/live_js.py
seleniumbase/js_code/recorder_js.py
seleniumbase/masterqa/__init__.py
seleniumbase/masterqa/master_qa.py
seleniumbase/plugins/__init__.py
seleniumbase/plugins/base_plugin.py
seleniumbase/plugins/basic_test_info.py
seleniumbase/plugins/db_reporting_plugin.py
seleniumbase/plugins/driver_manager.py
seleniumbase/plugins/page_source.py
seleniumbase/plugins/pytest_plugin.py
seleniumbase/plugins/s3_logging_plugin.py
seleniumbase/plugins/sb_manager.py
seleniumbase/plugins/screen_shots.py
seleniumbase/plugins/selenium_plugin.py
seleniumbase/resources/__init__.py
seleniumbase/translate/__init__.py
seleniumbase/translate/chinese.py
seleniumbase/translate/dutch.py
seleniumbase/translate/french.py
seleniumbase/translate/italian.py
seleniumbase/translate/japanese.py
seleniumbase/translate/korean.py
seleniumbase/translate/master_dict.py
seleniumbase/translate/portuguese.py
seleniumbase/translate/russian.py
seleniumbase/translate/spanish.py
seleniumbase/translate/translator.py
seleniumbase/undetected/__init__.py
seleniumbase/undetected/cdp.py
seleniumbase/undetected/dprocess.py
seleniumbase/undetected/options.py
seleniumbase/undetected/patcher.py
seleniumbase/undetected/reactor.py
seleniumbase/undetected/webelement.py
seleniumbase/undetected/cdp_driver/__init__.py
seleniumbase/undetected/cdp_driver/_contradict.py
seleniumbase/undetected/cdp_driver/browser.py
seleniumbase/undetected/cdp_driver/cdp_util.py
seleniumbase/undetected/cdp_driver/config.py
seleniumbase/undetected/cdp_driver/connection.py
seleniumbase/undetected/cdp_driver/element.py
seleniumbase/undetected/cdp_driver/tab.py
seleniumbase/utilities/__init__.py
seleniumbase/utilities/selenium_grid/__init__.py
seleniumbase/utilities/selenium_grid/download_selenium_server.py
seleniumbase/utilities/selenium_grid/font_color
seleniumbase/utilities/selenium_grid/grid-hub
seleniumbase/utilities/selenium_grid/grid-node
seleniumbase/utilities/selenium_grid/grid_hub.py
seleniumbase/utilities/selenium_grid/grid_node.py
seleniumbase/utilities/selenium_grid/register-grid-node.bat
seleniumbase/utilities/selenium_grid/register-grid-node.sh
seleniumbase/utilities/selenium_grid/start-grid-hub.bat
seleniumbase/utilities/selenium_grid/start-grid-hub.sh
seleniumbase/utilities/selenium_ide/__init__.py
seleniumbase/utilities/selenium_ide/convert_ide.py
site/prepare.py