Hello, I have a test that it reads a lot of data in a html page. This page reload every 2 seconds and I receive this error message:
`assert_ok': Element is no longer valid (Selenium::WebDriver::Error::StaleElementReferenceError) The problem is I read first and then I read again but the DOM changed. I would like to read only one time and then ask for different fields. How can do it?. Because right now I have dove my own function, this function read browser.html and then I parse the field with ruby code. Sincerely regards -- -- 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] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
