Changelog
0.35.5
startTimeout
config option to Application
that sets the default
millisecond timeout to wait for ChromeDriver to start up. This option
defaults to 5 seconds.nodePath
config option to Application
that sets the path to a
node
executable that will be used to launch the ChromeDriver startup
script.Changelog
0.35.4
getMainProcessGlobal
command helper to get a global from the main
process.Changelog
0.35.1
getMainProcessLogs
command helpers to get main process logs.getRenderProcessLogs
command helpers to get render process logs.Changelog
0.34.1
waitTimeout
config option to Application
that sets the default
millisecond timeout for all wait-based command helpers like waitUntil
,
waitUntilWindowLoaded
, etc. This option defaults to 5 seconds.windowByIndex(index)
command helper that focuses a window by
index in the windowHandles()
array order.setRepresentedFilename
and getRepresentedFilename
command helpers.isDocumentEdited
and setDocumentEdited
command helpers.setWindowDimensions
was renamed to setWindowBounds
to mirror the new
Electron BrowserWindow.setBounds
API. It also takes a bounds
object
argument instead of multiple arguments for size and position. See the
README
for an examplegetWindowDimensions
was renamed to getWindowBounds
to mirror the new
Electron BrowserWindow.getBounds
API. See the README
for an example.