AJM
Results
1
comments of
AJM
For example: it('set text1_validation', function () { return this.app.client.click('#main').then(() => { this.app.browserWindow.setAlwaysOnTop(true) return this.app.client.getWindowCount() }).then((count) => { return this.app.client.windowByIndex(1) }).then(() => { this.app.browserWindow.setAlwaysOnTop(true) this.app.client.element('#text1_validation').setValue('SPECTRON AUTOMATED TESTING') }).then(() => { return...