driver property
Use this property to retrieve and set the driver returned by the call to the open method.
Typically, you should make all calls to the webdriver using this driver, which wraps the webdriver. This allows Eyes to be aware of calls being made to the webdriver, and enables a number of features.
Syntax
value = eyes.driver # type is EyesWebDriver
Type:EyesWebDriver