[wtr-general] Re: Hi, I have the following on my page... 8068 7E.01.73.6D.40.50.CE.D5 Recorded: 10/29/09 Delete 8067 7E.01.73.6D.40.4F.CE.CE Recorded: 10/29/09 Delete 8065 7E.01.73.6D.40.

2009-11-19 Thread Tiffany Fodor
Hi! If the text below is contained in a table, you can do this: my_table = browser.table(:id, 'table_id') my_table.rows.each do |row| if row.text.include?('7E.01.73.6D.40.50.CE.D5') On Nov 19, 2:53 pm, xguarder shams...@gmail.com wrote: Hi, I have the following on my page... 8068    

[wtr-general] Re: Hi, I have the following on my page... 8068 7E.01.73.6D.40.50.CE.D5 Recorded: 10/29/09 Delete 8067 7E.01.73.6D.40.4F.CE.CE Recorded: 10/29/09 Delete 8065 7E.01.73.6D.40.

2009-11-19 Thread Tiffany Fodor
Oops - sorry about that! I forgot that tab takes you out of the text edit box. Here's the code I was trying to give you: If the text below is contained in a table, you can do this: my_table = browser.table(:id, 'table_id') my_table.rows.each do |row| if