Hi for SEO purpose we need to access META tags on the html pages. But Watir does not to support META tag. Is there any other way to access not supported HTML tags?
Any help appreciated.
Hi I found the way to access the elemnts by using getElementsTagByName b.document.getElementsByTagName('meta')[1].content test.rb:14:in `[]': can't convert Fixnum into String (TypeError)
Can you help with this?