question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Chrome (v57) opens error alert for extensions loading error

See original GitHub issue

I just updated my chrome from version 56 to version 57 and protractor stoped working, it opens the following error (similar with #1589):

protractor error

Reproduced with https://github.com/angular/protractor/tree/master/example

In the example if I click OK everything runs fine, with an alert that extensions are disabled.

In my own project it won’t run at all, but I can’t reproduce the behavior at the example.

  • Node Version: 6.2.0
  • Protractor Version: 5.1.1
  • Browser(s): Chrome 57.0.2987.110
  • ChromeDriver: 2.28
  • Operating System and Version Windows 7

Config file

desiredCapabilities: {
	browserName: 'chrome',

	chromeOptions: {
		args: [ 'disable-extensions', 'disable-plugins']
	}
},

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
patrickliechtycommented, Mar 22, 2017

Could we get an update to Protractor version 4 to use ChromeDriver 2.28?

1reaction
wswebcreationcommented, Jul 9, 2017

@pedrotst

Are you still facing this issue? By the way, you are on NPM 6.2 but protractor 5.x will need 6.9.x, see the package.json

If there is no activity within the coming week I’ll close the issue.

Grtz

wswebcreation

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix "Aw, Snap!" page crashes and other page loading errors
On your computer, open Chrome. · At the top right, click More More and then New Incognito window. · In the Incognito window,...
Read more >
How to Fix Failed to Load Extension Error in Google Chrome
How to Fix Failed to Load Extension Error in Google Chrome.Issues addressed in this tutorial:failed to load extension from chromefailed to ...
Read more >
Google Chrome Failed to Load Extension FIX - YouTube
When you start-up Google Chrome and an error message shows “Failed to load extension ” Google Chrome expects a brow...
Read more >
Top 7 Ways to Fix Google Chrome Failed to Load Extension
Step 1: Launch Chrome and open Settings. Step 2: Scroll down and click Advanced to open all settings. Step 3: Scroll down to...
Read more >
Chrome Extension Error Page is Blank · Issue #2676 - GitHub
Load unpacked extension folder (ensure your javascript files have some errors); Errors will occur when you interact with the chrome extension ( ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found