Reputation: 11
Yesterday everything was working fine for me. It broke just by itself. When I try to run an automated test with protractor, it runs Google Chrome, but over it appear a blank console. and nothing behind it loads. The URL behind it stays "data;". If I close that blank console, it opens by itself again. If I set the browser at the config file to be Firefox, it runs without any problem.
Upvotes: 0
Views: 533
Reputation: 1993
Did you try running webdriver-manager update to update the selenium and chrome drivers?
Upvotes: 0
Reputation: 817
This bug appeared after the chrome update for many people, the solution that worked for me and other people in SO is reinstall protractor.
Upvotes: 2