SeleniumBase/seleniumbase
Michael Mintz df53d28dd6 Add "--slowmo" as an alternative to "--slow-mode" 2021-08-23 22:51:12 -04:00
..
common Update examples and docs 2021-05-22 14:15:36 -04:00
config Update ad_block_list.py 2021-08-09 18:17:43 -04:00
console_scripts Update the instant page-object-generator tool 2021-08-11 11:13:38 -04:00
core Auto-repair ChromeDriver to sync with Chrome (Mac/Win only) 2021-08-23 22:31:15 -04: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 Add self.wait_for_attribute_not_present() with assert 2021-08-23 22:46:37 -04:00
masterqa Add keyboard shortcuts to MasterQA mode 2021-08-23 22:47:52 -04:00
plugins Add "--slowmo" as an alternative to "--slow-mode" 2021-08-23 22:51:12 -04:00
resources Refactor seleniumbase resource files 2021-03-26 17:42:59 -04:00
translate Add extra translations to the universal translator 2021-07-12 01:08:19 -04:00
utilities Update the docs 2021-05-19 01:26:39 -04:00
ReadMe.md Update and refactor Python dependencies 2021-07-18 16:34:29 -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 1.63.23 2021-08-11 11:15:37 -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 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.
  • 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