Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
1.0k views
in Test Automation by
retagged by
I have a scenario where when I click or mouse over top navigation, it does not work. Manually its working fine for me. It looks like we need to disable native event. I observed that when mouse pointer is inside internet explorer window but not at the location where element is, script fails.

1 Answer

0 like 0 dislike
by The go-to Tester (181 points)
selected by
 
Best answer

You can set "nativeEvents" as false into DesiredCapabilities.

 DesiredCapabilities caps = DesiredCapabilities.internetExplorer();

caps.setCapability("nativeEvents", false);


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

1.4k questions

1.6k answers

866 comments

1.9k users

...