public class ViewClientWrapper extends Object implements DriverProvider
| Constructor and Description |
|---|
ViewClientWrapper(String className,
Object client) |
public ViewClientWrapper(String className, Object client)
className - the fully qualified class name of the client's
class name.client - the client to use. Typically this client will be a
WebViewClient (or extend the latter). If not this client must have
the same API as WebViewClient. Additionally this client view must
implement the DriverProvider interface.public void setDriver(AndroidWebDriver driver)
setDriver in interface DriverProviderCopyright © 2013. All Rights Reserved.