SeleniumBase/seleniumbase
Michael Mintz ead43de40a Version 1.57.0 2021-03-06 23:47:47 -05:00
..
common Use "CTRL+C" instead of "CTRL-C" in console messages 2021-02-18 23:40:55 -05:00
config Update the Ad-Block list 2021-03-06 23:32:37 -05:00
console_scripts Update the docs 2021-02-26 18:53:19 -05:00
core Update SeleniumBase tours that use the bootstrap-tour library 2021-03-06 21:59:56 -05: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 Add the "--interval=SECONDS" option for autoplaying tour steps 2021-03-06 23:30:58 -05:00
masterqa Update the docs 2020-05-25 04:26:19 -04:00
plugins Add the "--interval=SECONDS" option for autoplaying tour steps 2021-03-06 23:30:58 -05:00
resources Update SeleniumBase tours that use the bootstrap-tour library 2021-03-06 21:59:56 -05:00
translate Update Portuguese translations 2021-02-25 15:07:29 -05:00
utilities Use "CTRL+C" instead of "CTRL-C" in console messages 2021-02-18 23:40:55 -05:00
virtual_display Optimize virtual display and logging code 2019-12-27 20:07:26 -05:00
ReadMe.md Update the docs 2020-10-09 13:34:18 -04:00
__init__.py Get the setup.py version from __version__.py 2020-10-14 01:23:06 -04:00
__version__.py Version 1.57.0 2021-03-06 23:47:47 -05: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