mirror of
https://github.com/appium/appium.git
synced 2026-02-11 12:29:48 -06:00
Merge pull request #2116 from paymand/2085
Fixup for #2085. set isElement to false if getElement() throws.
This commit is contained in:
@@ -66,6 +66,7 @@ public abstract class TouchEvent extends CommandHandler {
|
||||
isElement = true;
|
||||
}
|
||||
} catch (final Exception e) {
|
||||
isElement = false;
|
||||
}
|
||||
|
||||
if (isElement) {
|
||||
|
||||
Reference in New Issue
Block a user