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