If you're looking for a lightweight solution, check out requests-html. It’s not as powerful as Selenium but gets the job done for simple cases.
Just load the page and inspect the network tab manually—sometimes the simplest way is the best!
For how to see api call of websites in chrome python, you might not even need heavy automation.
Just load the page and inspect the network tab manually—sometimes the simplest way is the best!
For how to see api call of websites in chrome python, you might not even need heavy automation.
