You.i Engine
YiWebDriverLocator.h
Go to the documentation of this file.
1 // © You i Labs Inc. 2000-2017. All rights reserved.
2 #ifndef _YI_WEB_DRIVER_LOCATOR_H_
3 #define _YI_WEB_DRIVER_LOCATOR_H_
4 
5 #include <appium/YiWebDriver.h>
6 
16 {
17 public:
23  static CYIWebDriver* GetWebDriver();
24 };
25 
30 #endif
static CYIWebDriver * GetWebDriver()
Instantiates the CYIWebDriver. The instance will be deleted automatically when the application is ter...
Definition: YiWebDriverLocator.h:15
CYIWebDriver exposes functionality for the Appium driver to use, using a socket server.
Definition: YiWebDriver.h:28