Ugh
I had similar needs in previous work, so I made Clik Element At Coordinates [1] keyword to Selenium2Library. Please note that it is quite common, at least in the past, that underlying selenium functionality is quite often broken with different browsers, browser versions and selenium versions.
-Tatu
Send from my mobile
[1] http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html#Click%20Element%20At%20Coordinates
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Ugh
I had similar needs in previous work, so I made Clik Element At Coordinates [1] keyword to Selenium2Library. Please note that it is quite common, at least in the past, that underlying selenium functionality is quite often broken with different browsers, browser versions and selenium versions.
-Tatu
Send from my mobile
[1] http://rtomac.github.io/robotframework-selenium2library/doc/Selenium2Library.html#Click%20Element%20At%20Coordinates
On 7 Nov 2014 17:53, <hanih...@gmail.com> wrote:
Hi everyone,--
Does anyone know how to double click on a defined position (x,y) of a canvas with Robotframework?
I found by Googlinghow to execute JavaScript by Robotframework and to get the dimension of the canvas, but my problem is more than that:
I have a page with canvas.
On this canvas element, double mouse click on an exact position x,y will display some information.
What I want is to simulate this cas with robotframework.
Thanks in advance for your help.
Best regards,
Hani
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsub...@googlegroups.com.
Ugh
1) Sorry, did not read your mail carefully enough, I was assuming single click operations. But currently there is not keyword to double click on elements coordinates. If I recall the code correctly, it should not be too hard to do the required keyword, if one understands the underlying selenium functionality. I think most hardest part is to write acceptance test for the feature.
2) If we are talking about the Click Element At Coordinates keyword, the x- and y-coordinates are mandatory parameters and error will be displayed if one does not specify them. Cannot recall what is the exact error in that case.
-Tatu
Send from my mobile
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-users+unsubscrib...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at http://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Ugh
Well hard to say. Are the errors, also remember to run test with trace level enabled. Could you share the code snippet? It might be also browser issue or the selenium functionality is broken.
-Tatu
Send from my mobile
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.