I am trying to scrape a webpage using python
, but the problem is that the scraped html contains just the iframe
tag and not the actual html
inside the iframe
tag. Is there any way to get inner html
of iframe
tag in python
?
Here's my iframe tag like
<iframe id="popupFrame" src="#" style="visibility:hidden;"></iframe>