Yes, the most common way to do this is with selenium and a webdriver manager. If you don’t need to open the whole webpage and just need the HTML, use beautifulsoup4 and requests.
solved Is there a way to make python open a webpage?
Yes, the most common way to do this is with selenium and a webdriver manager. If you don’t need to open the whole webpage and just need the HTML, use beautifulsoup4 and requests.
solved Is there a way to make python open a webpage?