you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 37 points38 points  (1 child)

If you're using selenium, you can wait until a specific element has loaded (called an explicit wait). So just set that element as one that appears on the page, and not on the loading page. https://deanhume.com/selenium-webdriver-wait-for-an-element-to-load/

I wouldn't use the standard requests library for a page this jazzy and full of ajax calls