> Could you say more words about what you are suggesting.

Quoting from the Selenium reference:

storeText ( locator, variableName )
    Gets the text of an element. This works for any element that
contains text. This command uses either the textContent (Mozilla-like
browsers) or the innerText (IE-like browsers) of the element, which is
the rendered text shown to the user.

So I'm guessing that since we can manipulate "innerText" with
IE/Watir, I'll be we can manipulate "textContent" with fireWatir.

So it might make sense to abstract both commands into a
"munge_text_directly" method.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to