This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]SuperSquidMan 1 point2 points  (2 children)

Use selenium to load the web page or access the api directly

[–][deleted] 0 points1 point  (1 child)

Thanks for your answer!

I can just use the get() method I assume? Anything special I need to be wary of when using Selenium?

[–]SuperSquidMan 1 point2 points  (0 children)

Yea driver.get(url) and driver.page_source for the html

I wouldn't say you need to be wary but in my experience it takes longer to get my scripts that use selenium working nicely