I am new to web scraping and trying to scrape this following website: https://www.epri.com/#/careers/list
I am trying to scrape using python. I have tried requests, PhantomJS, selenium chromedriver to get the html. But the html I get does not match the html I see while inspecting using google chrome.
I am very new to scraping and have minimal knowledge of html and almost no knowledge of JavaScript. My main dilemma is to get the html I see in google chrome, so that I can start scraping.
Thanks in advance!