HomeSort by relevance Sort by last modified time
    Searched defs:ElementNotFoundException (Results 1 - 4 of 4) sorted by null

  /external/droiddriver/src/io/appium/droiddriver/exceptions/
ElementNotFoundException.java 25 public class ElementNotFoundException extends DroidDriverException {
26 public ElementNotFoundException(Finder finder) {
30 public ElementNotFoundException(Finder finder, Throwable cause) {
34 public ElementNotFoundException(String message) {
38 public ElementNotFoundException(String message, Throwable cause) {
  /external/droiddriver/src/io/appium/droiddriver/finders/
MatchFinder.java 22 import io.appium.droiddriver.exceptions.ElementNotFoundException;
54 } catch (ElementNotFoundException enfe) {
58 throw new ElementNotFoundException(this);
ByXPath.java 44 import io.appium.droiddriver.exceptions.ElementNotFoundException;
95 throw new ElementNotFoundException(this);
102 throw new ElementNotFoundException(this, e);
  /external/droiddriver/src/io/appium/droiddriver/scroll/
SentinelStrategy.java 24 import io.appium.droiddriver.exceptions.ElementNotFoundException;
64 throw new ElementNotFoundException(this);

Completed in 3947 milliseconds