zl程序教程

您现在的位置是:首页 >  其他

当前栏目

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

SAPUI 实现 CRM selenium WebClient 下拉菜单
2023-09-14 09:03:57 时间

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

  • implement interface Element
  • final WebUIElement annotation = this.getClass().getAnnotation(
    WebUIElement.class);

在这里插入图片描述

tagType = annotation.type();
hookTagType = annotation.hookTagType();
WebElement element = session.getSearchContext().findElement(by);

在这里插入图片描述