In edge browser, if i perform any operation on webelement present in bottom
of page,the control passed to the bottom of the page and it is clicked
successfully .And if i try to click on button present in top of the page
[the one you can see once you scroll up the page],it is not being clicked.
This problem persists in edge browser alone .I tried with following
solution of Javascript executor scroll up ,It is not being scrolled up.
int coor= prodButton(0).getY()
JavascriptExecutor jse = (JavascriptExecutor)browser.config.driver;
String jsToExecute=String.format("window.scrollBy(0,%s)",coor)
jse.executeScript(jsToExecute);
Any solution please to click on the webelement
Regards,
Rajarajan C
--
You received this message because you are subscribed to the Google Groups "Geb
User Mailing List" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/geb-user/227e669e-4bf8-4307-975e-cd71c1ece69e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.