.gitignore
.travis.yml
CHANGELOG.md
CNAME
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
MANIFEST.in
README.md
SECURITY.md
_config.yml
azure-pipelines.yml
install.sh
mkdocs.yml
pytest.ini
requirements.txt
setup.cfg
setup.py
virtualenv_install.sh
win_install.bat
win_virtualenv.bat
.github/Workflows.md
.github/workflows/python-package.yml
examples/ReadMe.md
examples/__init__.py
examples/basic_test.py
examples/custom_settings.py
examples/edge_test.py
examples/example_config.cfg
examples/fail_if_old_driver_test.py
examples/github_test.py
examples/gui_test_runner.py
examples/hack_the_planet.py
examples/handle_alert_test.py
examples/image_test.py
examples/list_assert_test.py
examples/locale_code_test.py
examples/my_first_test.py
examples/nth_child_test.py
examples/parameterized_test.py
examples/proxy_test.py
examples/pure_python.py
examples/pytest.ini
examples/rate_limiting_test.py
examples/raw_browser_launcher.py
examples/raw_parameter_script.py
examples/setup.cfg
examples/shadow_root_test.py
examples/swag_labs_suite.py
examples/test_agent.py
examples/test_apple_site.py
examples/test_calculator.py
examples/test_canvas.py
examples/test_checkboxes.py
examples/test_chinese_pdf.py
examples/test_chromedriver.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_drag_and_drop.py
examples/test_error_page.py
examples/test_event_firing.py
examples/test_fail.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_iframes.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_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_shadow_dom.py
examples/test_show_file_choosers.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_usefixtures.py
examples/test_window_switching.py
examples/test_xfail.py
examples/test_xkcd.py
examples/time_limit_test.py
examples/upgrade_chromedriver.py
examples/upload_file_test.py
examples/user_agent_test.py
examples/wordle_archive_test.py
examples/wordle_test.py
examples/xpath_test.py
examples/youtube_search_test.py
examples/behave_bdd/ReadMe.md
examples/behave_bdd/__init__.py
examples/behave_bdd/behave.ini
examples/behave_bdd/features/__init__.py
examples/behave_bdd/features/behave.ini
examples/behave_bdd/features/calculator.feature
examples/behave_bdd/features/environment.py
examples/behave_bdd/features/fail_page.feature
examples/behave_bdd/features/realworld.feature
examples/behave_bdd/features/swag_labs.feature
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/ReadMe.md
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/boilerplates/samples/file_parsing/qa_login_example.txt
examples/boilerplates/samples/file_parsing/staging_login_example.txt
examples/capabilities/ReadMe.md
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/ReadMe.md
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/ReadMe.md
examples/desktop_apps/recorder.py
examples/dialog_boxes/ReadMe.md
examples/dialog_boxes/dialog_box_tour.py
examples/example_logs/ReadMe.md
examples/example_logs/basic_test_info.txt
examples/example_logs/page_source.html
examples/example_logs/screenshot.png
examples/master_qa/ReadMe.md
examples/master_qa/__init__.py
examples/master_qa/basic_masterqa_test_0.py
examples/master_qa/masterqa_test_1.py
examples/master_qa/pytest.ini
examples/migration/__init__.py
examples/migration/protractor/ReadMe.md
examples/migration/protractor/__init__.py
examples/migration/protractor/example_spec.js
examples/migration/protractor/example_test.py
examples/migration/protractor/input_spec.js
examples/migration/protractor/input_test.py
examples/migration/protractor/mat_paginator_spec.js
examples/migration/protractor/mat_paginator_test.py
examples/migration/raw_selenium/ReadMe.md
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/pytest.ini
examples/migration/raw_selenium/refined_raw.py
examples/migration/raw_selenium/simple_sbase.py
examples/offline_examples/__init__.py
examples/offline_examples/demo_page.html
examples/offline_examples/handle_alert_test.py
examples/offline_examples/load_html_test.py
examples/offline_examples/test_demo_page.py
examples/offline_examples/test_request_fixture.py
examples/offline_examples/user_agent_test.py
examples/presenter/ReadMe.md
examples/presenter/core_presentation.py
examples/presenter/my_presentation.py
examples/presenter/py_virtual_envs.py
examples/tour_examples/ReadMe.md
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/translations/ReadMe.md
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/pytest.ini
examples/translations/russian_test_1.py
examples/translations/spanish_test_1.py
examples/unit_tests/ReadMe.md
examples/unit_tests/verify_framework.py
examples/visual_testing/ReadMe.md
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
help_docs/ReadMe.md
help_docs/behave_gui.md
help_docs/chart_maker.md
help_docs/chinese.md
help_docs/commander.md
help_docs/customizing_test_runs.md
help_docs/desired_capabilities.md
help_docs/features_list.md
help_docs/happy_customers.md
help_docs/hidden_files_info.md
help_docs/how_it_works.md
help_docs/html_inspector.md
help_docs/install.md
help_docs/install_python_pip_git.md
help_docs/js_package_manager.md
help_docs/locale_codes.md
help_docs/method_summary.md
help_docs/mobile_testing.md
help_docs/mysql_installation.md
help_docs/recorder_mode.md
help_docs/shadow_dom.md
help_docs/syntax_formats.md
help_docs/thank_you.md
help_docs/translations.md
help_docs/useful_grep_commands.md
help_docs/using_safari_driver.md
help_docs/verify_webdriver.md
help_docs/virtualenv_instructions.md
help_docs/webdriver_installation.md
integrations/__init__.py
integrations/azure/azure_pipelines/ReadMe.md
integrations/azure/jenkins/ReadMe.md
integrations/behave/ReadMe.md
integrations/behave/behave.ini
integrations/behave/features/__init__.py
integrations/behave/features/behave.ini
integrations/behave/features/calculator.feature
integrations/behave/features/environment.py
integrations/behave/features/fail_page.feature
integrations/behave/features/realworld.feature
integrations/behave/features/swag_labs.feature
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/ReadMe.md
integrations/brython/index.html
integrations/brython/index.py
integrations/brython/library.html
integrations/docker/ReadMe.md
integrations/docker/docker-entrypoint.sh
integrations/docker/docker_config.cfg
integrations/docker/run_docker_test_in_chrome.sh
integrations/docker/run_docker_test_in_firefox.sh
integrations/github/ReadMe.md
integrations/github/workflows/ReadMe.md
integrations/github/workflows/extras.md
integrations/google_cloud/ReadMe.md
integrations/katalon/ReadMe.md
integrations/linux/Linuxfile.sh
integrations/linux/ReadMe.md
integrations/linux/Xvfb_launcher.sh
integrations/linux/jenkins_permissions.sh
integrations/linux/tomcat_permissions.sh
integrations/node_js/ReadMe.md
integrations/node_js/__init__.py
integrations/node_js/index.html
integrations/node_js/my_first_test.py
integrations/node_js/npm-shrinkwrap.json
integrations/node_js/package.json
integrations/node_js/server.js
integrations/node_js/test_demo_site.py
integrations/selenium_grid/ReadMe.md
integrations/selenium_ide/ReadMe.md
mkdocs_build/ReadMe.txt
mkdocs_build/docs_instructions.txt
mkdocs_build/index.html
mkdocs_build/prepare.py
mkdocs_build/requirements.txt
mkdocs_build/img/dash_pie.png
mkdocs_build/img/dash_pie_2.png
mkdocs_build/img/dash_pie_3.png
mkdocs_build/img/favicon.ico
mkdocs_build/img/grad_logo.png
mkdocs_build/img/green_icon.png
mkdocs_build/img/green_logo.png
mkdocs_build/img/green_logo2.png
mkdocs_build/img/green_logo3.png
mkdocs_build/img/logo3.png
mkdocs_build/img/logo3a.png
mkdocs_build/img/logo3b.png
mkdocs_build/img/logo4.png
mkdocs_build/img/logo5.png
mkdocs_build/img/logo6.png
mkdocs_build/img/sb_icon.png
mkdocs_build/img/sb_logo_10.png
mkdocs_build/img/sb_logo_7.png
mkdocs_build/img/side_by_side.png
mkdocs_build/img/social/share_facebook.svg
mkdocs_build/img/social/share_github.svg
mkdocs_build/img/social/share_gitter.svg
mkdocs_build/img/social/share_instagram.svg
mkdocs_build/img/social/share_twitter.svg
sbase/ReadMe.txt
sbase/__init__.py
sbase/__main__.py
sbase/steps.py
seleniumbase/ReadMe.md
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/ReadMe.md
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/ReadMe.md
seleniumbase/console_scripts/__init__.py
seleniumbase/console_scripts/logo_helper.py
seleniumbase/console_scripts/objectify.py
seleniumbase/console_scripts/rich_helper.py
seleniumbase/console_scripts/run.py
seleniumbase/console_scripts/sb_behave_gui.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_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/create_db_tables.sql
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/report_helper.py
seleniumbase/core/s3_manager.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/ReadMe.md
seleniumbase/drivers/__init__.py
seleniumbase/extensions/ReadMe.md
seleniumbase/extensions/__init__.py
seleniumbase/extensions/ad_block.zip
seleniumbase/extensions/disable_csp.zip
seleniumbase/extensions/recorder.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/words.py
seleniumbase/fixtures/xpath_to_css.py
seleniumbase/js_code/__init__.py
seleniumbase/js_code/live_js.py
seleniumbase/js_code/recorder_js.py
seleniumbase/masterqa/ReadMe.md
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/page_source.py
seleniumbase/plugins/pytest_plugin.py
seleniumbase/plugins/s3_logging_plugin.py
seleniumbase/plugins/screen_shots.py
seleniumbase/plugins/selenium_plugin.py
seleniumbase/resources/ReadMe.md
seleniumbase/resources/favicon.ico
seleniumbase/resources/html_inspector/html-inspector.min.js
seleniumbase/resources/jquery_confirm/jquery-confirm.min.css
seleniumbase/resources/jquery_confirm/jquery-confirm.min.js
seleniumbase/resources/messenger/messenger-spinner.min.css
seleniumbase/resources/messenger/messenger-theme-air.min.css
seleniumbase/resources/messenger/messenger-theme-block.min.css
seleniumbase/resources/messenger/messenger-theme-flat.js
seleniumbase/resources/messenger/messenger-theme-flat.min.css
seleniumbase/resources/messenger/messenger-theme-future.js
seleniumbase/resources/messenger/messenger-theme-future.min.css
seleniumbase/resources/messenger/messenger-theme-ice.min.css
seleniumbase/resources/messenger/messenger.min.css
seleniumbase/resources/messenger/messenger.min.js
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/utilities/__init__.py
seleniumbase/utilities/selenium_grid/ReadMe.md
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/ReadMe.md
seleniumbase/utilities/selenium_ide/__init__.py
seleniumbase/utilities/selenium_ide/convert_ide.py