Closed spooning closed 9 years ago
Originally submitted to Google Code by @yanne on 29 Apr 2011
This issue was updated by revision 8930394b90bf.
We decided to add coordinate support for Click Element instead of adding new Click At keyword. We also noticed that there is no Double Click Element keyword and will add that separately.
Originally submitted to Google Code by @pekkaklarck on 29 Apr 2011
Double Click Element keyword is issue 192 . We'll implement it so that it has support for coordinates.
Originally submitted to Google Code by @yanne on 1 May 2011
Now both Click Element and Double Click Element support giving position as an argument.
Originally submitted to Google Code by @yanne on 6 Aug 2012
Issue 244 has been merged into this issue.
Explain the new feature or other enhancement idea you have.
Please add keywords for clickAt, doubleClickAt Selenese commands
Purpose: One of my pages needed clickAt instead of click. I have gone ahead and extended SeleniumLibrary.
I would like to have keywords for clickAt and doubleClickAt
Methods added to SeleniumLibrary in click.py :
dont_wait=''): """Click element identified by
locator
on the given relative position.meaning of
dont_wait
argument.the mouse event relative to the element returned by the locator. """
Added by Palani for EYC
(locator, coordString) ) self._click_point(self._parse_locator(locator), coordString, dont_wait)