Html – XPath selector to get a meta tag X within an iframe
I've a bit of challenge that I cannot figure out. I've an HTML doc where a nested iframe host another set of meta tags. I'd like to reach them out via an XPath query, but when testing something like //iframe[.//meta[@name='robots']]…