I have my current test suite for e2e tests in protractor.
To update it to run in headless chrome, I updated my protractor version which in turn updated my webdriver-manager which in turn updated the chromedriver version to the latest i.e. 2.34
When running tests in headless, tests work fine.
When running tests in chrome locally, the test starts -> chrome instance launches and then it keeps popping up in between when the tests are running.
It does not allow to do anything else as chrome automation browser instance keeps showing up often.
I tried downgrading the chromedriver version to 2.29 but no luck.
Has anyone faced this problem?
My current versions in test suite are as follows:
- protractor:5.2.2
- webdriver-manager: 12.0.6
- chromedriver: 2.34
- selenium-standalone: 3.8.1
- Chrome browser being used: 63.0.3239.108