SeleniumBase/seleniumbase
Michael Mintz c7d3a90368 Refactor the SB Manager and Driver Manager 2022-11-18 15:08:10 -05:00
..
behave Update the documentation 2022-11-18 14:17:56 -05:00
common Update the docs 2022-11-05 01:27:22 -04:00
config Update default browser window sizes 2022-11-05 00:35:09 -04:00
console_scripts Fix driver downloads on M1/M2 Macs 2022-11-17 20:40:44 -05:00
core Remove deprecated drivers 2022-11-18 14:17:09 -05:00
drivers Update the documentation 2022-11-18 14:17:56 -05:00
extensions Optimize Recorder Mode 2022-11-17 13:38:42 -05:00
fixtures Remove deprecated drivers 2022-11-18 14:17:09 -05:00
js_code Optimize Recorder Mode 2022-11-17 13:38:42 -05:00
masterqa Update the docs 2022-11-05 01:27:22 -04:00
plugins Refactor the SB Manager and Driver Manager 2022-11-18 15:08:10 -05:00
resources Update the docs 2022-11-05 01:27:22 -04:00
translate Add translations for more methods 2022-11-11 14:32:03 -05:00
undetected Optimize Undetected Mode 2022-11-17 13:39:45 -05:00
utilities Remove deprecated drivers 2022-11-18 14:17:09 -05:00
ReadMe.md Update the documentation 2022-10-05 16:02:44 -04:00
__init__.py Add "DriverContext" as a Python Context Manager 2022-11-05 00:21:10 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.8.6 2022-11-18 14:19:22 -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.
  • undetected: This folder contains code for preventing sites from detecting Selenium.
  • extensions: This folder contains Chromium extensions that can be used by tests.
  • common: This folder contains Python decorators that can be used by tests.
  • utilities: This folder contains code for spinning up your own Selenium Grid.
  • resources: This folder contains copies of JavaScript resources 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