Class SeleniumGridStrategy
- java.lang.Object
-
- com.crowdar.driver.setupStrategy.web.SeleniumGridStrategy
-
- All Implemented Interfaces:
SetupStrategy
public class SeleniumGridStrategy extends java.lang.Object implements SetupStrategy
-
-
Constructor Summary
Constructors Constructor Description SeleniumGridStrategy()
-
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
-
-