Package com.crowdar.driver.setupStrategy
Interface SetupStrategy
-
- All Known Implementing Classes:
DownloadLatestStrategy,LocalWebExecutionStrategy,NoneStrategy,SeleniumGridStrategy
public interface SetupStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidafterDriverStartSetup(org.openqa.selenium.remote.RemoteWebDriver driver)voidbeforeDriverStartSetup(ProjectTypeEnum configuration)
-
-
-
Method Detail
-
beforeDriverStartSetup
void beforeDriverStartSetup(ProjectTypeEnum configuration)
-
afterDriverStartSetup
void afterDriverStartSetup(org.openqa.selenium.remote.RemoteWebDriver driver)
-
-