I am trying to scrape a page that upon load, fires up a JS window.alert
The script cannot proceed while this box is present as it stops the rest of the page loading.
How to stop the alert appearing?
I am grabbing the page using requests
library.