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

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -