Return to site

Windows 10 ie11 not working

broken image
broken image

Selenium Click is not performing click action on submit button in Windows 10 - IE11 browser Test Case is to open the application url and enter username,password and click on Login. WebDriver.findElement(By.id('Login')).click() tProperty('webdriver.ie.driver', file.getCanonicalPath()) DesiredCapabilities caps = DesiredCapabilities.internetExplorer() tCapability(InternetExplorerDriver.REQUIRE_WINDOW_FOCUS, false) webDriver = new InternetExplorerDriver(caps) I tried with other application urls too but still its not performing the click action.Ĭan you please check and help me address this issue. I have added the FEATURE_BFCACHE as per the config mentioned but still its not fixing the issue. It simply moves on to the next line and fails. I had to change my laptop with Windows 10 following which the same scripts is not performing Click action on Login. I have the below scripts which was working perfectly fine in my laptop with Windows 7 and IE11.