Python Scrape With Normal Chrome or IE Browser (Not Chromedriver)
问题 I'm using Selenium and Chromdriver which will load the site just fine including the Javascript loaded data. My problem is a normal Chrome browser will update over time when this data changes and the Chromedriver holds the first static data it was sent. I haven't had any better luck with PhantomJS or firefox as a webdriver. So is there anyway to use a normal Chrome browser? Or even IE? I know in theory I could have it load a Chrome browser and watch the network traffic for the data I'm looking