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.

Electron 4 Support?

See original GitHub issue

Is Electron 4 supported? I after updating I seem to be having some issues. I think electron-chromedriver needs to be updated to 4.0.0 but it’s currently in beta and Spectron is pinned to ~3.0.0.

Issue Analytics

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

github_iconTop GitHub Comments

5reactions
Lillifeecommented, Apr 11, 2019

I tried the same as @alexstrat by using the chrome driver (^4.0.0-beta.1) with the latest electron (4.1.4). It seems the chrome driver doesn’t respond on session creation. I tried different arguments and finally found a solution by setting the remote-debugging-port in the chromeDriverArgs.

this.app = new Application({ ...options, chromeDriverArgs: ['remote-debugging-port=9222'] });

https://bitbucket.org/chromiumembedded/cef/issues/2476/cef-webdriver-instructions-will-need-to

1reaction
rik12scommented, Apr 12, 2019

When is this pull request expected to be close? Opened from 25jan. @shiftkey you mentioned that it will be closed by Mar 6.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Electron 4.0.0
The Electron team is excited to announce that the stable release of Electron 4 is now available! You can install it from electronjs.org...
Read more >
createECDH of crypto module in electron 4+ doesn't support ...
I want to use both high version of electron and 'secp256k1', is there a solution? Thanks! node.js · electron · cryptojs · ecdh...
Read more >
Auto Update - electron-builder
Simplified auto-update is supported on Windows if you use the default NSIS target, but is not supported for Squirrel.Windows. You can easily migrate...
Read more >
Progress towards an optimal specimen support for electron ...
Supports are constructed to suspend biological samples within the vacuum of the electron microscope in a way that maximises image contrast.
Read more >
Support Unit for Electron Microscopy Techniques | RIKEN
This unit houses a state-of-the-art electron microscope and associated equipment and tools to support research in RIKEN on neural microcircuits in the brain ......
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