it sounds like there is enough interest in this to add it as regular watir 
method:

ie.meta(xxx) # not sure what the xxx would be at the moment....

Bret and myself have been discussing ways to add experimental features, this 
sounds like a good candidate for that. Bret is likely to expand on this soon.

Paul

Alien Ruby wrote:

(..)

> 

> But, my other question is why '...outerHTML.getContents' or '...outerHTML.getText' or some similar functions cant just spit out the value/content?

 

How about using something like this:

 

meta = $ie.document.getElementsByTagName( 'meta' ).item(0)

puts meta.getAttribute('content')

 

~~ Egil

 

_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to