SeleniumBase/seleniumbase
Michael Mintz 5a90a604a6 Perform Firefox optimizations 2022-06-30 16:42:17 -04:00
..
behave Refactoring 2022-06-30 13:59:43 -04:00
common Update SeleniumBase exceptions 2022-05-25 21:55:44 -04:00
config Update default timings 2022-06-15 13:41:17 -04:00
console_scripts Refactoring 2022-06-30 13:59:43 -04:00
core Perform Firefox optimizations 2022-06-30 16:42:17 -04:00
drivers Update the documentation 2022-05-26 20:08:36 -04:00
extensions Update attribute priority when using the Recorder 2022-06-26 12:04:46 -04:00
fixtures Refactoring 2022-06-30 13:59:43 -04:00
js_code Update attribute priority when using the Recorder 2022-06-26 12:04:46 -04:00
masterqa Update the docs 2022-02-03 22:16:49 -05:00
plugins Improve help docs for the "--variables" option 2022-06-30 14:06:40 -04:00
resources Update images 2021-10-21 14:21:08 -04:00
translate Update translations 2022-04-22 02:57:19 -04:00
utilities Update the docs 2022-04-22 22:57:53 -04:00
ReadMe.md Create the SeleniumBase-Behave integration 2022-05-13 15:57:30 -04:00
__init__.py Refactoring 2022-05-13 18:16:25 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 3.3.4 2022-06-30 14:09:00 -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 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.
  • behave: This folder contains code for integrating with the Behave BDD test runner.
  • masterqa: MasterQA is a tool for combining automation with manual verification.

SeleniumBase