I'm using xpath to scrape information from a dynamic html table. The information I'm trying to scrape is inside of a tag called #document
and I'm not sure how to include this in the xpath since it doesn't follow the normal <>...</>
format of most html elements. I also don't have the option to select the xpath when I open the options to the left of the tag in the inspector. What do I do here? I've included a snippet below of the tag I'm referring to.
<iframe>
#document
<html>...</html>
</iframe>