天天看点

SAP CRM WebClient UI下拉菜单的Selenium实现

Created by Wang, Jerry, last modified on Sep 09, 2013

implement interface Element

final WebUIElement annotation = this.getClass().getAnnotation(

WebUIElement.class);

SAP CRM WebClient UI下拉菜单的Selenium实现

tagType = annotation.type();
hookTagType = annotation.hookTagType();
WebElement element = session.getSearchContext().findElement(by);      
SAP CRM WebClient UI下拉菜单的Selenium实现

继续阅读