Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

This is what I get for the following command

$ie.tables.each { |t| puts t.to_s }

id:
name:
value:
disabled: false rows: 1 cols: 6 type:
id:
name:
value:
disabled: false rows: 1 cols: 1 type:
id: layout-table name:
value:
disabled: false rows: 23 cols: 3 type:

id:
name:
value:
disabled: false rows: 6 cols: 7

How to click on a link having a text which is repeated several times in this table?

Thanks in advance :)

share|improve this question
please post table HTML – Ċ½eljko Filipin Jun 30 '12 at 8:10

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.