Closed GoogleCodeExporter closed 8 years ago
You can already achieve this using click element, by providing a third argument
to the keyword.
The full signature of Click Element is click_element(self, locator,
dont_wait='', coordinates=None), and it does a click_at command if coordinates
are provided.
So, this should work:
Click Element | some_xpath | coordinates=x,y |
Closing this issue.
Original comment by janne.t....@gmail.com
on 6 Aug 2012 at 10:55
Original issue reported on code.google.com by
dmirow...@gmail.com
on 2 Jul 2012 at 8:40