spectron icon indicating copy to clipboard operation
spectron copied to clipboard

DEPRECATED: 🔎 Test Electron apps using ChromeDriver

Results 104 spectron issues
Sort by recently updated
recently updated
newest added

(I [posted this question on SO](https://stackoverflow.com/questions/44574415/how-do-i-automate-the-auth0-lock-google-oauth-flow-with-spectron), but it looks like the `spectron` tag isn't widely used) I'm trying to automate a google Oauth flow (via `auth0 Lock`). When the Google...

I have an app that uses the electron net [api](http://electron.atom.io/docs/api/net/) When i run the app with the electron executable the net request work as it shoud If i run the...

I have launched the electron app with spectronclient and performing some test operations on it. Electron version : ^6.0.8 Spectron version : ^8.0.0 code: app = new Application({ path: "C:\\Users\\\\electron.exe",...

Hi, After upgrading from spectron 7 to 13.0.0 We are facing issues with the window handles. Since our application contains multiple windows. app.client.windowByIndex(). Is not returning the window handles. Electron...

I have an error when I run initial test from the example. It says that the test suit passed but also give an error that "Chrome is not reachable". Could...

Hi there - a quick question. I am trying to maximize the application window within a Spectron test case. `await app.client.windowHandleMaximize();` keeps throwing an exception ``` Error: unknown error: unhandled...

The current `Application.stop` call looks like so: ```javascript if (!self.isRunning()) { return Promise.reject(Error('Application not running')); } ``` What this PR is requesting is to add in `chromedriver.stop()` to the above...

I have an app that opens first window, does a little thing, closes the first window, and opens the second one. When in the first window, all client APIs work....

https://github.com/joe-re/spectron-fake-dialog, it can run with spectron13, but not work with spectron 14 I guess ipcrender.sendsync is ok, but args with preload.js can not work, and ipcmain.on is not ok I...