Using Selenium WebDriver , java build I am not able to perform double click action in Internet Explorer and Chrome browser but the same code is working in Firefox ,
The code for double click which is working fine in Firefox is given below
builder.moveToElement(e).doubleClick().build().perform();
I am using selenium java built and IEDriver version 40 and
ChromeDriver 2.9 ,
i also tried with 41 version as well ,
can any one
tell me what changes are required in the code to perform double click
in IE / Chrome
--
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/330dd30e-4089-4cdd-99cf-b4eecd9a88f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/CAFGtmoCYUoGuQ5Tru_LOGDPUXr%2BZBX6ogW4iScWz9v4_1bN6Lg%40mail.gmail.com.