I'm scrapping a page in selenium (using the edge driver) and I've noticed discrepancies between the information under the elements tab in the dev window found here:
and the data returned from browser.page_source()
, is there a way to get the data from the elements tab?
I think some websites block or restrict the selenium user agent.
Change user agent:
You can get random user-agent with
fake-useragent
module.install: