I'm using Splinter and Python to do some simple scraping from a particular website. Only a few pages once a week. When I enter an address to see pricing options for this company, the promise appears to be uncaught, and the page just hangs up indefinitely. When I do this same action in same browser (Chrome) but in a different window, it goes through fine and the iframe/data is returned and I can see the page. I'm attaching screenshots of the console for both browser actions doing the same thing. Can someone please point me to what changes I need to make to Chromedriver in order to get the page to answer just like the browser not running Splinter. 1st pic is the console log running Splinter. The 2nd pic is the browser not running Splinter. Thanks in advance for any help 