I have a JavaScript page in which there is a table row containing 4 horizontal buttons as tab menu.
How to click particular button in a row?
I tried with
$ie.div(:id, 'tab4').click
and
$ie.row(:text, 'tab4').cell(:index, 2)
but this does not work.