I need to test ie8 and firefox 4 on an xp machine. Webdriver is not going to work (right now) for ie8 because I get the protected mode error (which i can't fix because there's no way to disable/enable protected mode in xp). So my solution was to test ie using watir 2.0 and firefox using webdriver. I'd like to avoid creating rescue statements, so I was wondering if there was a way to define a table row [b.row(:id, "row")] that will work in both version. As far as i can tell, .tr works in webdriver but not 2.0 and .row works in 2.0 but not webdriver.
-- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
