示例#1
0
 public List<ElementScope> findAllXPath(String xpath, Options options) {
   setOptions(options);
   return AlreadyFound(driver.findAllXPath(xpath, this));
 }