Hi, I'm trying to scrape content within Iframe.
I don't have option to use source url to get the content since multiple validations performed and it just returns blank page when opened in new TAB ( Stock listing website)
The Iframe works perfectly when loaded from main page.
Therefore, I'm trying to scrape without opening the source URL.
I tried the usual selector iframe:iframe #frameID , however nothing appears in preview.
To test if its working properly in w3Schools, tried and still iframe:iframe #frameID not working.
Appreciate if someone share how to scrape from :
https://www.w3schools.com/howto/howto_js_element_iframe.asp
So I can apply the steps in Stock Website.
Thanks