SearchContext接口

来源:互联网 发布:我的世界手机js制作器 编辑:程序博客网 时间:2024/06/06 09:10
package org.openqa.selenium;
import java.util.List;

public interface SearchContext {

List<WebElement> findElements(By by);

WebElement findElement(By by);
}

0 0
原创粉丝点击