Class DownloadLatestStrategy
- java.lang.Object
-
- com.crowdar.driver.setupStrategy.web.DownloadLatestStrategy
-
- All Implemented Interfaces:
SetupStrategy
public class DownloadLatestStrategy extends java.lang.Object implements SetupStrategy
-
-
Constructor Summary
Constructors Constructor Description DownloadLatestStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterDriverStartSetup(org.openqa.selenium.remote.RemoteWebDriver driver)voidbeforeDriverStartSetup(ProjectTypeEnum configuration)
-
-
-
Method Detail
-
beforeDriverStartSetup
public void beforeDriverStartSetup(ProjectTypeEnum configuration)
- Specified by:
beforeDriverStartSetupin interfaceSetupStrategy
-
afterDriverStartSetup
public void afterDriverStartSetup(org.openqa.selenium.remote.RemoteWebDriver driver)
- Specified by:
afterDriverStartSetupin interfaceSetupStrategy
-
-