复制代码
- // By default the PageFactory will locate elements with the same name or id
- // as the field. Since the summary element has a name attribute of "summary"
- // we don't need any additional annotations.
- private WebElement summary;
- // Same with the submit element, which has the ID "submit"
- private WebElement submit;
@FindBy(name = "XXXXXXX")
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) | Powered by Discuz! X3.2 |