On Thursday, May 16, 2013 4:05:17 AM UTC-7, Alex Rodionov wrote:
Even more simple
browser.table(class: 'rctable').td(index: -1).click
Oh nice, did not know that trick
Although in his HTML it appears there are multiple things to click in that row, so you might need something between the TD and the .Click to better indicate what to click on . (um, but the HTML there seems strange, unless there's ways to use the anchor tag I do not understand, because there appear to be three 'start' of anchor tags in that row, but only one close-anchor tag.. ??? meh, I'm far from an HTML expert.. still seems weird)