我正在编写一个函数,需要检查某个元素是否存在。 我在页面工厂中使用Pom。
所以我的对象就像下面的界面文件中一样
@FindBy(how=how.name,using="field_20_1") public Webelement title
我的功能是
CheckElement (WebElement element) {
// I am not be able to check if the element is present or not
//(I need to throw an exception if the element is not present)
}
答案 0 :(得分:0)
执行element
后,您应该只能够检查FindBy
是否为空