Skip to main content

[Windows] Get Driver

Description

Get the current Windows Driver.

Keyword name: getDriver

Returns

Parameter TypeDescription
WindowsDriverThe current Windows Driver.

Example

"Start the note pad application"
Windows.startApplication('C:\\Windows\\System32\\notepad.exe')

"Get the application title"
Windows.getDriver().getTitle()