webdriver mode
- Activate the WebDriver mode.Important:This setting is dedicated to Generic WebDriver.
- WebDriver is a remote control interface that enables introspection and control of user agents (browsers). It provides a platform and language-neutral wire protocol as a way for out-of-process programs to remotely instruct the behavior of web browsers. (Learn more)
- on: Adopt WebDriver mode.
- off: Do not adopt WebDriver mode.
setting value
setting webdriver mode on
location window handle
navigate https://www.google.com
- As you are testing web-based desktop app with WebDriver mode, if there is a need to switch the automation to other platforms like desktop or mobile apps, set the value of webdriver mode to off.