Uses of Class
net.thucydides.core.webdriver.WebdriverProxyFactory
| Package | Description |
|---|---|
| net.thucydides.core.pages |
Classes designed to make it easier to work with Page Objects in WebDriver.
|
| net.thucydides.core.steps |
Base class to be used when writing a library of resuable test steps.
|
| net.thucydides.core.webdriver |
Manage WebDriver instances, and knowing what WebDriver types are supported.
|
-
Uses of WebdriverProxyFactory in net.thucydides.core.pages
Methods in net.thucydides.core.pages that return WebdriverProxyFactory Modifier and Type Method Description protected WebdriverProxyFactoryPages. getProxyFactory() -
Uses of WebdriverProxyFactory in net.thucydides.core.steps
Methods in net.thucydides.core.steps that return WebdriverProxyFactory Modifier and Type Method Description protected WebdriverProxyFactoryBaseStepListener. getProxyFactory() -
Uses of WebdriverProxyFactory in net.thucydides.core.webdriver
Methods in net.thucydides.core.webdriver that return WebdriverProxyFactory Modifier and Type Method Description static WebdriverProxyFactoryWebdriverProxyFactory. getFactory()