when I try ie.frame(:index,3).element_by_xpath("//area[contains(@href , ' PieChart.html?category=Critical&pieIndex=0')]/").click() it throws : undefined method `element_by_xpath' for #<Watir::Frame:0x2d92b48> (NoMethodError) exception
This is because element_by_xpath method is defined in IE class. Will look into this?
Bret:
Does moving xpath related methods to container module solves the purpose?
Regards,
Angrez
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
