SeleniumBase/seleniumbase
Michael Mintz 0f98f565d0 Version 4.5.3 2022-10-02 14:37:16 -04:00
..
behave Update the docs 2022-10-02 02:08:15 -04:00
common Update SeleniumBase exceptions 2022-05-25 21:55:44 -04:00
config Add option to skip JS waits, which are used in multiple methods 2022-08-26 21:56:39 -04:00
console_scripts Update the documentation 2022-10-01 20:28:31 -04:00
core Refactor reports 2022-10-02 14:36:23 -04:00
drivers Update the documentation 2022-05-26 20:08:36 -04:00
extensions Upgrade the Recorder Extension to Manifest V3 2022-09-14 00:46:18 -04:00
fixtures Improve test reports 2022-10-01 20:26:38 -04:00
js_code Update Recorder Mode 2022-09-14 00:39:58 -04:00
masterqa Fix MasterQA Mode on Windows 2022-09-14 22:32:53 -04:00
plugins Update the docs 2022-10-02 02:08:15 -04:00
resources Clean up resource files that have CDN links 2022-09-02 00:59:32 -04:00
translate Update translations 2022-04-22 02:57:19 -04:00
undetected Refactoring 2022-09-08 22:21:23 -04:00
utilities os.path.join() should always be used when joining paths 2022-08-17 01:38:14 -04:00
ReadMe.md Create the SeleniumBase-Behave integration 2022-05-13 15:57:30 -04:00
__init__.py seleniumbase.version_info should return a tuple, not a list 2022-09-24 01:39:22 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.5.3 2022-10-02 14:37:16 -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