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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/i042416/article/details/84581799

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);

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/i042416/article/details/84581799