例如这个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