Skip to content

Python **does** support the features in Remote driver sessions #1621

Open
@j3soon

Description

@j3soon

📃 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:

Suggested Fix

Documentation Checklist

  • Typos
  • Grammar
  • Incorrect information
  • Missing information

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions