需要检查硒中是否存在元素

时间:2018-11-29 11:10:41

标签: selenium

我正在编写一个函数,需要检查某个元素是否存在。 我在页面工厂中使用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) 
}

1 个答案:

答案 0 :(得分:0)

执行element后,您应该只能够检查FindBy是否为空