My whole test suite is based on robotframework with the SeleniumLibrary (RC). I'm trying to port it to Selenium2 (webdriver). I'm facing an issue with the Click Element keyword which does not support coordinates argument anymore. I read this post which mentions a MoveToOffsetAction but cannot find it whithin the Selenium2Library seen from robotframework. I also read that the webdriver API has a click_at(locator, coordString)
To sum up the situation, I'm wondering how to convert my selenium RC Click Element Locator Coordinates to a Selenium2 keyword or set of keywords.
Thanks a lot for your help,
Pierre