Using Marathon to test a java application, I have a handful of rows and I want to commit some operations on a specific row that has certain text in one of its fields.
How would I go about searching for it and then selecting it to use it in Marathon or JRuby?
For example, I want to find the text "HERE" in a row, right click that row, and click one of the options provided.