Skip to content

Clicks to Internet Explorer not responding with WebDrive Plus and Python #1276

Closed
@sreastman

Description

@sreastman

There is an issue involving InternetExplorerDriver and WebDriver plus. The IE browser is not responding to clicks when I run my scripts, but Firefox and Chrome work just fine. I’ve searched the literature and found a good answer for a similar problem involving WebDriver (no Plus) at https://code.google.com/p/selenium/issues/detail?id=4403:

DesiredCapabilities d = DesiredCapabilities.internetExplorer();
//d.setCapability("nativeEvents", false);
webdriver = new InternetExplorerDriver(d);

I have been unable to find a similar approach for WebDriver Plus with Python where the driver is instantiated by:

self.driver = WebDriver("ie", wait=5)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions