cucumber - Multiple Tables -
i'm running test in cucumber table id clickable-rows
. test result telling me there ambiguous match when navigating table, yet running xpath check via f12 shows table there once.
is there way can search within first table found? until dev's can sort out?
thanks
the following find first table , can find within it
first_table = page.find(:xpath, './/table[1]') first_table.find(...)
Comments
Post a Comment