Vijay, I have already replied to your question in another thread. This does not work for you?
This will tell you that "Step 1. Details" is link, not in table cell. irb(main):025:0> ie.link(:text, "Step 1. Details").exists? => true irb(main):026:0> ie.cell(:text, "Step 1. Details").exists? => false This will tell you that "Step 2. Inventors" is in table cell, not link. irb(main):023:0> ie.link(:text, "Step 2. Inventors").exists? => false irb(main):024:0> ie.cell(:text, "Step 2. Inventors").exists? => true -- Zeljko Filipin zeljkofilipin.com
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general