OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementNotFoundException
(Results
1 - 18
of
18
) 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);
Finder.java
20
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
33
* @throws
ElementNotFoundException
If no matching elements are found
By.java
22
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
245
} catch (
ElementNotFoundException
enfe) {
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/helpers/
PollingListeners.java
5
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
23
} catch (
ElementNotFoundException
enfe) {
ScrollerHelper.java
21
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
47
* @throws
ElementNotFoundException
If no match is found
61
* @throws
ElementNotFoundException
If no match is found
77
} catch (
ElementNotFoundException
e) {
/external/droiddriver/src/io/appium/droiddriver/
Poller.java
19
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
92
} catch (
ElementNotFoundException
e) {
113
} catch (
ElementNotFoundException
enfe) {
DroidDriver.java
19
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
77
* @throws
ElementNotFoundException
If no matching elements are found
/external/droiddriver/src/io/appium/droiddriver/scroll/
Scroller.java
20
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
36
* @throws
ElementNotFoundException
If no match is found
49
* @throws
ElementNotFoundException
If no match is found
StepBasedScroller.java
23
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
100
ElementNotFoundException
exception = new
ElementNotFoundException
(itemFinder);
160
} catch (
ElementNotFoundException
e) {
DynamicSentinelStrategy.java
22
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
84
} catch (
ElementNotFoundException
e) {
SentinelStrategy.java
24
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
64
throw new
ElementNotFoundException
(this);
/external/droiddriver/src/io/appium/droiddriver/base/
BaseDroidDriver.java
25
import io.appium.droiddriver.exceptions.
ElementNotFoundException
;
51
} catch (
ElementNotFoundException
enfe) {
/prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar
/prebuilts/misc/common/droiddriver/
droiddriver-1.0.0-BETA1.jar
droiddriver-0.9.jar
/external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar
Completed in 122 milliseconds