We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa6bfe commit c2feeffCopy full SHA for c2feeff
1 file changed
src/main/java/io/appium/java_client/proxy/Interceptor.java
@@ -21,14 +21,11 @@
21
import net.bytebuddy.implementation.bind.annotation.RuntimeType;
22
import net.bytebuddy.implementation.bind.annotation.SuperCall;
23
import net.bytebuddy.implementation.bind.annotation.This;
24
-import org.openqa.selenium.remote.RemoteWebElement;
25
import org.slf4j.Logger;
26
import org.slf4j.LoggerFactory;
27
28
import java.lang.reflect.Method;
29
-import java.util.List;
30
import java.util.concurrent.Callable;
31
-import java.util.stream.Collectors;
32
33
import static io.appium.java_client.proxy.MethodCallListener.UNSET;
34
0 commit comments