SeleniumBase/seleniumbase
Michael Mintz c654908710 Update the docs 2022-11-05 01:27:22 -04:00
..
behave Update plugins 2022-11-02 02:06:26 -04:00
common Update the docs 2022-11-05 01:27:22 -04:00
config Update default browser window sizes 2022-11-05 00:35:09 -04:00
console_scripts Update the docs 2022-11-05 01:27:22 -04:00
core Optimize proxy mode for undetectable-chromedriver mode 2022-11-05 00:00:35 -04:00
drivers Update the documentation 2022-05-26 20:08:36 -04:00
extensions Update the docs 2022-11-05 01:27:22 -04:00
fixtures Improve method reliability 2022-11-05 00:49:24 -04:00
js_code Update Recorder Mode 2022-09-14 00:39:58 -04:00
masterqa Update the docs 2022-11-05 01:27:22 -04:00
plugins Improve Python 3.11 compatibility 2022-11-05 00:33:00 -04:00
resources Update the docs 2022-11-05 01:27:22 -04:00
translate Add translations for assert_text_not_visible() 2022-11-04 23:40:46 -04:00
undetected Optimize proxy mode for undetectable-chromedriver mode 2022-11-05 00:00:35 -04:00
utilities Update the docs 2022-11-05 01:27:22 -04:00
ReadMe.md Update the documentation 2022-10-05 16:02:44 -04:00
__init__.py Add "DriverContext" as a Python Context Manager 2022-11-05 00:21:10 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.7.2 2022-11-02 17:12:37 -04:00

ReadMe.md

SeleniumBase

Framework Folders

  • fixtures: Includes base_case.py, where SeleniumBase test methods are defined.
  • core: Includes browser_launcher.py, which is used for spinning up browsers for tests.
  • plugins: Includes pytest_plugin.py, which is used to add pytest command-line options.
  • console_scripts: Includes run.py, which is used to call SeleniumBase console scripts.
  • drivers: This is the folder where web drivers get downloaded when installing them.
  • config: Includes settings.py, which provides default configuration options for tests.
  • js_code: This folder contains JavaScript code for various SeleniumBase components.
  • undetected: This folder contains code for preventing sites from detecting Selenium.
  • extensions: This folder contains Chromium extensions that can be used by tests.
  • common: This folder contains Python decorators that can be used by tests.
  • utilities: This folder contains code for spinning up your own Selenium Grid.
  • resources: This folder contains copies of JavaScript resources used by tests.
  • translate: This folder contains code for translating tests into different languages.
  • behave: This folder contains code for integrating with the Behave BDD test runner.
  • masterqa: MasterQA is a tool for combining automation with manual verification.

SeleniumBase