public BmiFunctions() { PageFactory.initElements(CommonFunction.getDriver(),this); } @FindBy(xpath = "//a[.='Metric Units']") WebElement metricTab; @FindBy(name = "cage") WebElement age_txt; ...
Last updated 3 years ago
Was this helpful?