Chuck- Thank you. Unfortunetely, indentifying text on the specific row has its issues - in my specific example, different companies have different fiscal years, and having to recode my text strings every three months.
Does nayone know how to code for this: "...go to http://www.earnings.com/company.asp?client=cb&ticker=s scroll down to where you see text "Earnings Releases", from there go down to the next table, 2nd row and get me the the value of the 7th column." On May 4, 1:28 pm, Chuck van der Linden <[email protected]> wrote: > Is there a reason you can't just identify the row based on the text in > another cell on the same row? > > browser.row(:text, /Q4 2010 Sprint Nextel Corporation Earnings > Release/).cell(:index, 6).flash > > (presuming 0 based firefox style 'index' values) -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
