I have tried everything I can think of, but I don't think I'm close.
When I copy the XPATH from chrome dev, I get:
//*[@id="root"]/div/div[2]/div[2]/div/div[2]/iframe/src
The full XPATH option gives me:
#root > div > div.site-router > div:nth-child(2) > div > div:nth-child(2) > iframe
Code: Select all
<iframe class=“document-viewer" src="https://exampleurl.com/sample123" allowfullscreen=""></iframe>