SeleniumBase/seleniumbase
Michael Mintz 0f3b0e9fe5 Version 4.37.0 2025-04-06 20:50:27 -04:00
..
behave Add special options for setting the binary location 2025-01-24 17:41:58 -05:00
common Update decorators 2024-11-18 18:10:17 -05:00
config Update the sample proxy list 2025-02-07 22:04:17 -05:00
console_scripts Update geckodriver 2025-03-28 18:33:56 -04:00
core Update comments 2025-04-03 23:28:02 -04:00
drivers Add support for downloading browsers 2025-01-24 17:38:38 -05:00
extensions Update extensions for Manifest V3 compatibility 2025-02-11 20:53:08 -05:00
fixtures Add keyword arg shortcuts for get_new_driver() 2025-03-25 16:20:44 -04:00
js_code Update the Recorder 2024-06-23 13:39:33 -04:00
masterqa Fix jconfirm dialog boxes in MasterQA Mode 2023-04-21 14:57:00 -04:00
plugins Update command-line options 2025-03-06 20:46:15 -05:00
resources Refactoring 2023-02-03 01:10:36 -05:00
translate Update console scripts and color settings 2024-10-06 18:29:25 -04:00
undetected Update CDP Mode 2025-03-28 23:18:39 -04:00
utilities Update the docs 2024-11-14 14:59:24 -05:00
ReadMe.md Update ReadMe files 2024-02-15 21:30:31 -05:00
__init__.py Update CDP Mode 2025-02-26 17:30:42 -05:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.37.0 2025-04-06 20:50:27 -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.
  • 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