From 4b4635c520e7b184f7ff8306ce4cf3d64d5f08bd Mon Sep 17 00:00:00 2001 From: Eric Millin Date: Thu, 22 Jan 2015 16:19:56 -0500 Subject: [PATCH] Fixed missing ref in Find.java --- .../bootstrap/src/io/appium/android/bootstrap/handler/Find.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/devices/android/bootstrap/src/io/appium/android/bootstrap/handler/Find.java b/lib/devices/android/bootstrap/src/io/appium/android/bootstrap/handler/Find.java index 7e5fd0e6a..0bcae8d6f 100644 --- a/lib/devices/android/bootstrap/src/io/appium/android/bootstrap/handler/Find.java +++ b/lib/devices/android/bootstrap/src/io/appium/android/bootstrap/handler/Find.java @@ -1,5 +1,7 @@ package io.appium.android.bootstrap.handler; +import com.android.uiautomator.core.UiObjectNotFoundException; +import com.android.uiautomator.core.UiSelector; import static io.appium.android.bootstrap.utils.API.API_18; import io.appium.android.bootstrap.AndroidCommand; import io.appium.android.bootstrap.AndroidCommandResult;