[Windows] Switch To Application
Description
Switch from the current running driver to the application Windows Driver.
Keyword name: switchToApplication
Example
"Start the note pad application"
Windows.startApplication('C:\\Windows\\System32\\notepad.exe')
"Switch to control the desktop"
Windows.switchToDesktop()
// Do some stuffs with the desktop
"Switch back to control the note pad application"
Windows.switchToApplication()