SeleniumBase/seleniumbase
Michael Mintz f3748041e7 Version 4.15.9 2023-07-06 00:02:37 -04:00
..
behave Add option to support multiple proxies with auth in parallel 2023-04-10 22:36:25 -04:00
common Improve handling of exceptions 2023-06-08 21:29:26 -04:00
config Update the ad_block_list 2023-03-04 01:11:24 -05:00
console_scripts Fix a bug with Recorder Mode 2023-06-24 15:10:32 -04:00
core Update optional MySQL code 2023-06-30 16:37:15 -04:00
drivers Refactoring 2023-02-03 01:10:36 -05:00
extensions Update Recorder Mode 2023-06-12 23:48:46 -04:00
fixtures Update comments 2023-07-06 00:01:47 -04:00
js_code Update Recorder Mode 2023-06-12 23:48:46 -04:00
masterqa Fix jconfirm dialog boxes in MasterQA Mode 2023-04-21 14:57:00 -04:00
plugins Add more options for --env=ENV 2023-06-29 19:21:23 -04:00
resources Refactoring 2023-02-03 01:10:36 -05:00
translate Update translations 2023-03-14 15:19:11 -04:00
undetected Refactor UC Mode 2023-06-08 21:20:39 -04:00
utilities Update console scripts 2023-06-06 18:43:57 -04:00
ReadMe.md Refactoring 2023-02-03 01:10:36 -05:00
__init__.py Update an __init__ file 2023-04-26 16:15:06 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.15.9 2023-07-06 00:02: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 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