Open
Description
📃 Documentation Issue
Have you read the Contributing Guidelines on issues?
- Yes
Description
The doc mentioned that Selenium Python does not support 4 features when using remote driver sessions:
Python does not support this feature in Remote driver sessions.
In fact, Selenium Python does support the features by a simple workaround. Take Install and Uninstall Add-ons
for Firefox as an example:
addon_id = webdriver.Firefox.install_addon(driver, "resources/ninja_saucebot-1.0-an+fx.xpi")
webdriver.Firefox.uninstall_addon(driver, addon_id)
Doc URL:
- (Python) Network Conditions
- (Python) Full-Page Screenshots
- (Python) Install and Uninstall Add-ons
- (Python) Change Preferences During Session
Suggested Fix
- Add tests in the Python demo repo: https://github.com/saucelabs-training/demo-python
- Modify the docs accordingly.
Documentation Checklist
- Typos
- Grammar
- Incorrect information
- Missing information