SeleniumBase/seleniumbase
Michael Mintz 13b217a595 If the shared session is closed early, share the next session 2021-03-05 17:52:58 -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 the docs 2021-02-26 18:53:19 -05:00
core Add option: "--archive-downloads" to keep downloaded files 2021-02-18 23:46:27 -05:00
drivers
extensions
fixtures If the shared session is closed early, share the next session 2021-03-05 17:52:58 -05:00
masterqa
plugins Fix the dashboard pie chart on html reports for path changes 2021-03-02 22:51:22 -05:00
resources
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
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.56.7 2021-03-04 16:45:34 -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