public class TargetWebDriver extends Object
| Constructor and Description |
|---|
TargetWebDriver(Class testClass) |
TargetWebDriver(Class testClass,
Browser browser,
Type type,
String version,
org.openqa.selenium.Platform platform,
org.openqa.selenium.remote.DesiredCapabilities capabilities) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
build() |
Browser |
getBrowser() |
org.openqa.selenium.remote.DesiredCapabilities |
getCapabilities() |
org.openqa.selenium.Platform |
getPlatform() |
Class |
getTestClass() |
Type |
getType() |
String |
getVersion() |
Boolean |
isLocal() |
Boolean |
isRemote() |
public TargetWebDriver(Class testClass, Browser browser, Type type, String version, org.openqa.selenium.Platform platform, org.openqa.selenium.remote.DesiredCapabilities capabilities)
public TargetWebDriver(Class testClass)
public Class getTestClass()
public Browser getBrowser()
public Type getType()
public String getVersion()
public org.openqa.selenium.Platform getPlatform()
public org.openqa.selenium.remote.DesiredCapabilities getCapabilities()
public Boolean isLocal()
public Boolean isRemote()
public org.openqa.selenium.WebDriver build()
Copyright © 2015 Dev9, LLC.. All rights reserved.