SeleniumBase/seleniumbase
Michael Mintz 742846a43a Optimize headless mode output on Windows when possible 2023-11-27 21:05:45 -05:00
..
behave Add option for setting "--host-resolver-rules=RULES" 2023-11-14 21:10:53 -05:00
common Refactor link_text methods 2023-07-31 02:05:02 -04:00
config Update the example proxy list 2023-10-29 01:41:58 -04:00
console_scripts Fix a Recorder bug caused by Python PATH whitespace 2023-11-27 20:53:08 -05:00
core Optimize headless mode output on Windows when possible 2023-11-27 21:05:45 -05:00
drivers Refactoring 2023-02-03 01:10:36 -05:00
extensions Update Recorder Mode 2023-10-19 13:47:03 -04:00
fixtures Improve compatibility with Appium 2023-11-15 21:16:39 -05:00
js_code Update Recorder Mode 2023-10-19 13:47:03 -04:00
masterqa Fix jconfirm dialog boxes in MasterQA Mode 2023-04-21 14:57:00 -04:00
plugins Add option for setting "--host-resolver-rules=RULES" 2023-11-14 21:10:53 -05:00
resources Refactoring 2023-02-03 01:10:36 -05:00
translate Refactor Colorama code 2023-10-06 16:19:13 -04:00
undetected Improve the error message when Chrome is not installed 2023-11-27 21:00:09 -05:00
utilities Update the documentation 2023-10-29 01:41:32 -04:00
ReadMe.md Refactoring 2023-02-03 01:10:36 -05:00
__init__.py Refactor the code 2023-07-18 11:22:23 -04:00
__main__.py Invoke console scripts with "python -m seleniumbase" 2021-05-19 01:18:11 -04:00
__version__.py Version 4.21.4 2023-11-16 18:57:23 -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