1. 程式人生 > >SAP CRM WebClient UI下拉選單的Selenium實現

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

在這裡插入圖片描述

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

在這裡插入圖片描述