Package net.thucydides.core.webdriver
Interface ElementProxyCreator
- All Known Implementing Classes:
SmartElementProxyCreator
public interface ElementProxyCreator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
proxyElements
(PageObject pageObject, org.openqa.selenium.WebDriver driver) void
proxyElements
(PageObject pageObject, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)
-
Method Details
-
proxyElements
-
proxyElements
void proxyElements(PageObject pageObject, org.openqa.selenium.WebDriver driver, int timeoutInSeconds)
-