What problem? All you have posted is minimal html. Where is your webdriver code?
On Thursday, 8 October 2015 04:23:08 UTC+1, Hari wrote:
Hi,Am working with selenium webdriver with java, facing the problem in clicking on the webelement in IE 11.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b2da283d-5737-4967-aa86-1e60240dfad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Problem is am working with windows 7 with same code it works fine . Now am working with windows 8 with code. Its not workingI have checked with all combination of xpath, css, Key event and java script. It skipping that line of script and navigates to next line.not throws any exceptionWebDriver driver;DesiredCapabilities capabilities = DesiredCapabilities.internetExplorer();capabilities.setCapability("chrome.binary","E:/Harikrishnan/Selenium_Jar/IEDriverServer.exe");capabilities.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS, true);System.setProperty("webdriver.ie.driver", "E:/Harikrishnan/Selenium_Jar/IEDriverServer.exe");driver = new InternetExplorerDriver(capabilities);driver.findElement(By.xpath(".//*[@id='skPageLayoutCell_83-north-west_slider']/div[2]/div[3]/div")).click();
On 8 October 2015 at 00:44, MWQA <markwi...@gmail.com> wrote:
What problem? All you have posted is minimal html. Where is your webdriver code?--
On Thursday, 8 October 2015 04:23:08 UTC+1, Hari wrote:Hi,Am working with selenium webdriver with java, facing the problem in clicking on the webelement in IE 11.
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b2da283d-5737-4967-aa86-1e60240dfad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/4da387ef-87bb-4c8c-a249-0e77407c5f4c%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b2da283d-5737-4967-aa86-1e60240dfad8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
have you consider using an explicit wait on your button before clicking on it?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/d919a04a-3069-479a-9b6e-96033a30ae88%40googlegroups.com.
Mark - No more hope with this in the combination of Windows 8 with IE 11, for particular clickShawn - am working with the framework, its not works, so i planned to work with normal scripts for particular click.No exception throws.
On 8 October 2015 at 04:22, Shawn Knight <shawn.kn...@gmail.com> wrote:
have you consider using an explicit wait on your button before clicking on it?
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.