Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
sreastman opened this issue Nov 18, 2015 · 1 comment
Closed

Comments

@sreastman
Copy link

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)

@lukeis
Copy link
Member

lukeis commented Nov 18, 2015

we do not support webdriverplus here, i don't know where that project is hosted either.

@lukeis lukeis closed this as completed Nov 18, 2015
@lock lock bot locked and limited conversation to collaborators Aug 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants