Java 类org.openqa.selenium.support.pagefactory.AbstractAnnotations 实例源码

项目:jpagefactory    文件:JPageFactoryElementLocator.java   
public JPageFactoryElementLocator(SearchContext searchContext, AbstractAnnotations annotations) {
    super(searchContext, annotations);
}