|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.selenium.CapabilitiesFactory
public class CapabilitiesFactory
Creates the DesiredCapabilities for the WebDriver.
| Constructor Summary | |
|---|---|
CapabilitiesFactory()
|
|
| Method Summary | |
|---|---|
protected static org.openqa.selenium.remote.DesiredCapabilities |
createCapabilitesFirefox(String proxyUrl,
org.openqa.selenium.firefox.FirefoxProfile profile)
Creates the DesiredCapabilities for firefox. |
protected static org.openqa.selenium.remote.DesiredCapabilities |
createCapabilitiesChrome()
Creates the DesiredCapabilities for the Chrome Webdriver. |
protected static org.openqa.selenium.remote.DesiredCapabilities |
createCapabilitiesIE(String proxyUrl)
Creates the DesiredCapabilities for an IE WebDriver. |
protected static org.openqa.selenium.logging.LoggingPreferences |
createLoggingPreferences()
Creates a LoggingPreferences object with the values of the unitils.properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CapabilitiesFactory()
| Method Detail |
|---|
protected static org.openqa.selenium.remote.DesiredCapabilities createCapabilitesFirefox(String proxyUrl,
org.openqa.selenium.firefox.FirefoxProfile profile)
proxyUrl - profile -
protected static org.openqa.selenium.remote.DesiredCapabilities createCapabilitiesIE(String proxyUrl)
proxyUrl -
protected static org.openqa.selenium.remote.DesiredCapabilities createCapabilitiesChrome()
protected static org.openqa.selenium.logging.LoggingPreferences createLoggingPreferences()
LoggingPreferences object with the values of the unitils.properties.
LoggingPreferences
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||