SeleniumBase/seleniumbase
Michael Mintz 71b0a4b3bb Version 4.4.2 2022-09-14 22:33:48 -04:00
..
behave Fix issue with behave-bdd scripts generated by the Recorder 2022-09-14 15:47:02 -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 error-handling when downloading drivers 2022-09-07 14:56:04 -04:00
core Refactoring options ordering 2022-09-09 18:40:29 -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 Replace "expected_conditions" with alternatives 2022-09-14 13:55:48 -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 Add option "--uc" for using an undetectable chromedriver 2022-09-01 16:24:50 -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 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 4.4.2 2022-09-14 22:33:48 -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