public LoadingModalStepDefinitions(ScenarioContext scenarioContext)
 {
     _indexPage = new IndexPage(WebDriverHooks.GetDriver(scenarioContext));
 }
Beispiel #2
0
 public BidiButtonSteps(ScenarioContext scenarioContext)
 {
     indexPage = new IndexPage(WebDriverHooks.GetDriver(scenarioContext));
 }
 public PageRotationSteps(ScenarioContext scenarioContext)
 {
     _indexPage      = new IndexPage(WebDriverHooks.GetDriver(scenarioContext));
     _originalHeight = _indexPage.MainCanvas.GetAttribute("height");
     _originalWidth  = _indexPage.MainCanvas.GetAttribute("width");
 }
Beispiel #4
0
 public ChangePageSteps(ScenarioContext scenarioContext)
 {
     _indexPage = new IndexPage(WebDriverHooks.GetDriver(scenarioContext));
 }