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 :)