SeleniumBase/seleniumbase
Michael Mintz 7a6c6ca35d Use the IPython debugger by default (ipdb) 2021-05-10 19:15:14 -04:00
..
common Perform code optimization 2021-05-08 14:10:45 -04:00
config Optimize code with syntax refactoring 2021-05-03 22:38:13 -04:00
console_scripts Use the IPython debugger by default (ipdb) 2021-05-10 19:15:14 -04:00
core Perform code optimization 2021-05-08 14:10:45 -04:00
drivers Update the docs 2020-05-19 14:13:17 -04:00
extensions Update available Chrome extensions 2020-10-09 00:47:15 -04:00
fixtures Improve compatibility on older versions of Python 2021-05-10 19:10:53 -04:00
masterqa Perform code optimization 2021-05-08 14:10:45 -04:00
plugins Perform code optimization 2021-05-08 14:10:45 -04:00
resources Refactor seleniumbase resource files 2021-03-26 17:42:59 -04:00
translate Update translations 2021-05-08 14:18:38 -04:00
utilities Perform code optimization 2021-05-08 14:10:45 -04:00
virtual_display Update formatting 2021-05-08 14:41:25 -04:00
ReadMe.md Update the docs 2020-10-09 13:34:18 -04:00
__init__.py Update __init__.py 2021-05-08 14:17:24 -04:00
__version__.py Version 1.63.3 2021-05-08 14:19:50 -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 to when installing them.
  • config: Includes settings.py, which provides default configuration options for tests.
  • extensions: This folder contains Chrome extensions that can be used during test runs.
  • virtual_display: This folder contains code for creating a headless virtual display.
  • common: This folder contains useful Python decorators that can be used in tests.
  • utilities: This folder contains code for spinning up your own Selenium Grid, and more.
  • resources: This folder contains copies of JavaScript resources that are used by tests.
  • translate: This folder contains code for translating tests into different languages.
  • masterqa: MasterQA is a tool for combining automation with manual verification.

SeleniumBase