[Windows] Get Driver
Description
Get the current Windows Driver.
Keyword name: getDriver
Returns
| Parameter Type | Description | 
|---|---|
| WindowsDriver | The current Windows Driver. | 
Example
"Start the note pad application"
Windows.startApplication('C:\\Windows\\System32\\notepad.exe')
"Get the application title"
Windows.getDriver().getTitle()