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