public NavigationStepsBase(FeatureContext featureContext)
 {
   this.featureContext = featureContext;
   this.commonLocators = new CommonLocators(featureContext);
 }
Exemple #2
0
 public CommonActions(FeatureContext featureContext)
 {
   this.featureContext = featureContext;
   this.locators = new CommonLocators(featureContext);
 }