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