SeleniumBase/seleniumbase
Michael Mintz af869c887b Tidy up the docs 2021-12-07 13:53:35 -05:00
..
common Update code related to deprecated methods 2021-10-20 22:39:08 -04:00
config Set "WAIT_FOR_RSC_ON_CLICKS" to be False by default 2021-12-03 00:08:30 -05:00
console_scripts On Windows, use "abap" over "monokai" for the print theme 2021-11-03 22:44:27 -04:00
core Update default Firefox options (disable the silent updater) 2021-12-07 13:45:35 -05:00
drivers Update the docs 2020-05-19 14:13:17 -04:00
extensions Update the Recorder extension 2021-11-05 20:10:50 -04:00
fixtures Tidy up the docs 2021-12-07 13:53:35 -05:00
js_code Make multiple improvements to the Recorder 2021-11-05 20:07:59 -04:00
masterqa Add keyboard shortcuts to MasterQA mode 2021-08-23 22:47:52 -04:00
plugins Tidy up the docs 2021-12-07 13:53:35 -05:00
resources Update images 2021-10-21 14:21:08 -04:00
translate Add extra translations to the universal translator 2021-07-12 01:08:19 -04:00
utilities Update the docs 2021-10-18 23:50:47 -04:00
ReadMe.md Update a ReadMe 2021-10-11 17:45:43 -04:00
__init__.py Update __init__.py 2021-05-08 14:17:24 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 2.2.7 2021-12-03 11:33:23 -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 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.
  • extensions: This folder contains Chrome extensions that can be used during test runs.
  • 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