I will try data scrape a website with python. im using beatifulsoup and requests.
If I click text link, other information is display on popup window. I want to get the data on this popup window.
I must use selenium, but I don't use to know it.
I search, but I don't find about popup windows.
I can click this text link with selenium and popup windows is open, but I can't get this information opened popup window.
How can get this information on popup windows with selenium?