When parsing, a pop-up window appears from which you need to get the data. if i use
driver.page_source
then it doesn't grab the code from the popup.
How do I real-time copy lines of html code using selenium?
When parsing, a pop-up window appears from which you need to get the data. if i use
driver.page_source
then it doesn't grab the code from the popup.
How do I real-time copy lines of html code using selenium?
I think that you could need the method switchTo. This method helps to change to iframe. Example Example