如何使用java在xml中转换selenium页面类

时间:2017-10-09 08:05:35

标签: java xml selenium xpath

例如这个selenium页面类:

private final String AccountsFinap = "drilldown2";

@FindBy(how = How.ID, using = AccountsFinap)

public WebElement AccountsFinapclick;

private final String DashboadrLinkAccountButton = "link-account-button-persist";

在xml中转换成这样的 enter code here

0 个答案:

没有答案