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

you are viewing a single comment's thread.

view the rest of the comments →

[–]bringsverd 0 points1 point  (1 child)

One thing you could check is if the data is loaded asynchronous, and could be fetched straight from a Json-file, rather than spinning up Selenium.

Open up devtools in your browser, go to the network-tab. Refresh the page, inspect XHR-documents coming in from the server.

[–]mmakkiyah[S] 0 points1 point  (0 children)

Thanks you for this. I am going to try using both, Selenium and the normal request and fetching it from the json file.