public RestartWebDriverScenarioStep(TestActionExecutor testActionExecutor)
 {
     _testActionExecutor = testActionExecutor;
 }
Exemplo n.º 2
0
 public HomeNavigationSteps(HomePageService homeService, TestActionExecutor testActionExecutor)
 {
     _homeService        = homeService;
     _testActionExecutor = testActionExecutor;
 }