Changelog
3.1.3
Changelog
3.1.2
WebContents.savePage
API. See the README
for usage details.Changelog
3.1.1
BrowserWindow.capturePage
API. See the README
for usage details.Changelog
3.0.1
requireName
option to Application
for if your app is
re-assigning the require
function to a different name on window
.
nodeIntegration
to false
could
not be tested.Changelog
3.0.0
electron-chromedriver
1.0 and is targeted at
apps using Electron 1.0 or later.
Changelog
2.37.0
restart()
method to Application
Application
object.
app.client.getWindowBounds()
should now be app.browserWindow.getBounds()
app.client.getClipboardText()
should now be app.electron.clipboard.readText()
app.transferPromiseness
instead of app.client.transferPromiseness
to ensure these new properties are correctly transferred to chained promises.Changelog
1.37.0
connectionRetryCount
config option to Application
that sets the
default number of connection retries to make to ChromeDriver.connectionRetryTimeout
config option to Application
that sets
the default number of milliseconds to wait when connecting to ChromeDriver.Changelog
0.36.1
cwd
config option to Application
that sets the working
directory of the launched application. This option defaults to
process.cwd()
.getCwd
command helper to get the current working directory of the
main process.