SeleniumBase/seleniumbase
Michael Mintz 6f411a20a2 Use "CTRL+C" instead of "CTRL-C" in console messages 2021-02-18 23:40:55 -05:00
..
common Use "CTRL+C" instead of "CTRL-C" in console messages 2021-02-18 23:40:55 -05:00
config Update the example proxy list 2021-02-03 19:28:45 -05:00
console_scripts Update console output of "seleniumbase options" 2021-02-18 23:20:44 -05:00
core Update the error output in the .csv file of nosetest reports 2021-02-18 23:24:45 -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 Improve the error output for incorrect usage of page objects 2021-02-18 23:31:51 -05:00
masterqa Update the docs 2020-05-25 04:26:19 -04:00
plugins Update the docs 2021-02-05 23:26:25 -05:00
resources Add resources for running Presenter offline 2020-06-28 23:17:46 -04:00
translate Update the SeleniumBase universal translator 2021-01-25 14:32:05 -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.55.4 2021-02-16 23:48:35 -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