Selenium IE Driver launches browser window and times out. Suspected Edge ‘Tracking Prevention’ interference
I have an application that uses Selenium to automate some data collection. As of last week, my IE Driver code has stopped working. I use IE Driver because the devices I interact with all use IE8, IE11, so they do not load correctly within regular MS Edge. Recently, our Edge version was updated, which has had a negative effect on the Selenium code within my application. The IE Driver instance launches the browser, but times out. However, if I manually turn off Edge Tracking Prevention before the 60 second timeout, the IE Driver code continues on as normal.
Selenium IE Driver launches browser window and times out. Suspected Edge ‘Tracking Prevention’ interference
I have an application that uses Selenium to automate some data collection. As of last week, my IE Driver code has stopped working. I use IE Driver because the devices I interact with all use IE8, IE11, so they do not load correctly within regular MS Edge. Recently, our Edge version was updated, which has had a negative effect on the Selenium code within my application. The IE Driver instance launches the browser, but times out. However, if I manually turn off Edge Tracking Prevention before the 60 second timeout, the IE Driver code continues on as normal.