I have gem v1.3.7 (commonWatir) installed on my machine. While creating some test script I came across <li> tag in HTML,
While written script like below for Browser - Internet Explorer val1 = browser.div(:id,"ires").li(:class,"g").text and executed i got below error message undefined method `li' for #<Watir::Div:0x8c870dc> (NoMethodError) i tried using different case for li as LI, Li but it didn't work. I searched over internet and came across certain codes to include the support for <li> tag, but none of them specified in which file to be copied. Please let me know the complete solution for this as i tried to get the solution all over the net and did not find the corrct one anywhere -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to http://groups.google.com/group/watir-general To post: [email protected] To unsubscribe: [email protected]
