I have automated chrome with Python Selenium Webdriver. Is there any chrome option or method to stop waiting for third party resources ?
When i launched google-chrome in debug mode, it's waiting on below google fonts for 2 minutes.
- https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,600,700,800
- https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900
Environment Limitations 1. No internet 2. No sudo permission
This is not a rendering issue, browser is waiting on those resources and selenium is giving timeout exception. Need to stop this waiting time and continue automation without errors.