NoSuchElementException in Android Mobile App

Hi friends,

I am trying to click on an element in an ANDROID MOBILE APP.
I tried using accessibility id, xpath, and also android uiautomator from Appium Inspector. But it is throwing NoSuchElementException.

I am copying accessibility id, xpath, and also android uiautomator from Appium Inspector and pasting in .feature file in eclipse. When pasted, It is getting pasted in 3 different lines.
I tried by adjusting them to one line.

Please check.

The Server log is as below:

e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 41911 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 42452 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 43078 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 43614 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 44143 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 44676 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 45232 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 45764 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 46298 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 46888 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 47425 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 47971 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 48523 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 49062 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 49597 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 50123 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 50665 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 51212 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 51755 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 52310 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 52851 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 53384 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 53915 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 54450 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 54984 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 55519 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 56051 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 56594 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 57138 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 57676 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 58220 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 58767 ms so far
e[38;5;0m[HTTP]e[0m e[37m–>e[39m e[37mGETe[39m e[37m/session/c3d76969-0863-4416-96dc-b060e505216d/timeoutse[39m
e[38;5;0m[HTTP]e[0m e[90m{}e[39m
e[38;5;16m[AppiumDriver@4de0]e[0m Encountered internal error running command: NoSuchDriverError: A session is either terminated or not started
e[38;5;16m[AppiumDriver@4de0]e[0m at asyncHandler (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules@appium\base-driver\lib\protocol\protocol.js:315:15)
e[38;5;16m[AppiumDriver@4de0]e[0m at C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules@appium\base-driver\lib\protocol\protocol.js:518:15
e[38;5;16m[AppiumDriver@4de0]e[0m at Layer.handle [as handle_request] (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\layer.js:95:5)
e[38;5;16m[AppiumDriver@4de0]e[0m at next (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\route.js:144:13)
e[38;5;16m[AppiumDriver@4de0]e[0m at Route.dispatch (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\route.js:114:3)
e[38;5;16m[AppiumDriver@4de0]e[0m at Layer.handle [as handle_request] (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\layer.js:95:5)
e[38;5;16m[AppiumDriver@4de0]e[0m at C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:284:15
e[38;5;16m[AppiumDriver@4de0]e[0m at param (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:365:14)
e[38;5;16m[AppiumDriver@4de0]e[0m at param (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:376:14)
e[38;5;16m[AppiumDriver@4de0]e[0m at Function.process_params (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:421:3)
e[38;5;16m[AppiumDriver@4de0]e[0m at next (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:280:10)
e[38;5;16m[AppiumDriver@4de0]e[0m at logger (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\morgan\index.js:144:5)
e[38;5;16m[AppiumDriver@4de0]e[0m at Layer.handle [as handle_request] (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\layer.js:95:5)
e[38;5;16m[AppiumDriver@4de0]e[0m at trim_prefix (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:328:13)
e[38;5;16m[AppiumDriver@4de0]e[0m at C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:286:9
e[38;5;16m[AppiumDriver@4de0]e[0m at Function.process_params (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:346:12)
e[38;5;16m[AppiumDriver@4de0]e[0m at next (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:280:10)
e[38;5;16m[AppiumDriver@4de0]e[0m at jsonParser (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\body-parser\lib\types\json.js:113:7)
e[38;5;16m[AppiumDriver@4de0]e[0m at Layer.handle [as handle_request] (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\layer.js:95:5)
e[38;5;16m[AppiumDriver@4de0]e[0m at trim_prefix (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:328:13)
e[38;5;16m[AppiumDriver@4de0]e[0m at C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:286:9
e[38;5;16m[AppiumDriver@4de0]e[0m at Function.process_params (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules\express\lib\router\index.js:346:12)
e[38;5;0m[HTTP]e[0m e[37m<-- GET /session/c3d76969-0863-4416-96dc-b060e505216d/timeouts e[39me[33m404e[39m e[90m3 ms - 3209e[39m
e[38;5;0m[HTTP]e[0m e[90me[39m
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 59301 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:”“,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:“io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Waited for 59847 ms so far
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/element’ to command name ‘findElement’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [POST /element] to [POST http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/element] with body: {“strategy”:“accessibility id”,“selector”:“From KWI Kuwait”,“context”:””,“multiple”:false}
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 404: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:{“error”:“no such element”,“message”:“An element could not be located on the page using the given search parameters”,“stacktrace”:"io.appium.uiautomator2.common.exceptions.ElementNotFoundException: An element could not be located on the page using the given search parameters\n\tat io.appium.uiautomator2.handler.FindElement.safeHandle(FindElement.java:63)\n\tat io.appium.uiautomator2.handler.request.SafeRequestHandler.handle(SafeRequestHandler.java:59)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleRequest(AppiumServlet.java:259)\n\tat io.appium.uiautomator2.server.AppiumServlet.handleHttpRequest(AppiumServlet.java:253)\n\tat io.appium.uiautomator2.http.ServerHandler.channelRead(ServerHandler.java:77)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:366)\n\tat io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:352)\n\tat io.netty.chann…
e[38;5;112m[W3C]e[0m Matched W3C error code ‘no such element’ to NoSuchElementError
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Encountered internal error running command: NoSuchElementError: An element could not be located on the page using the given search parameters.
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m at AndroidUiautomator2Driver.findElOrEls (C:\Users\DELL.appium\node_modules\appium-uiautomator2-driver\node_modules\appium-android-driver\lib\commands\find.ts:86:11)
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m at processTicksAndRejections (node:internal/process/task_queues:95:5)
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m at AndroidUiautomator2Driver.findElOrElsWithProcessing (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules@appium\base-driver\lib\basedriver\commands\find.ts:60:12)
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m at AndroidUiautomator2Driver.findElement (C:\Users\DELL\AppData\Roaming\npm\node_modules\appium\node_modules@appium\base-driver\lib\basedriver\commands\find.ts:75:12)
e[38;5;0m[HTTP]e[0m e[37m<-- POST /session/32d4cace-0da4-42a9-9acb-e75591494938/element e[39me[33m404e[39m e[90m60052 ms - 887e[39m
e[38;5;0m[HTTP]e[0m e[90me[39m
org.openqa.selenium.NoSuchElementException: An element could not be located on the page using the given search parameters.
For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/
Build info: version: ‘4.5.0’, revision: ‘fe167b119a’
System info: os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘17.0.8.1’
Driver info: io.appium.java_client.android.AndroidDriver
Command: [32d4cace-0da4-42a9-9acb-e75591494938, findElement {using=accessibility id, value=From KWI Kuwait}]
Capabilities {appium:–session-override: true, appium:app: D:\DFT_Framework\OG-Innovat…, appium:appActivity: com.oneglobal.flytern.MainA…, appium:appPackage: com.oneglobal.flytern, appium:appWaitForLaunch: false, appium:automationName: UiAutomator2, appium:databaseEnabled: false, appium:desired: {–session-override: true, app: D:\DFT_Framework\OG-Innovat…, appActivity: com.oneglobal.flytern.MainA…, appPackage: com.oneglobal.flytern, appWaitForLaunch: false, automationName: UiAutomator2, deviceName: Pixel 7 API VanillaIceCream, newCommandTimeout: 3000, platformName: android, platformVersion: 13, udid: emulator-5554}, appium:deviceApiLevel: 34, appium:deviceManufacturer: Google, appium:deviceModel: sdk_gphone64_x86_64, appium:deviceName: emulator-5554, appium:deviceScreenDensity: 420, appium:deviceScreenSize: 1080x2400, appium:deviceUDID: emulator-5554, appium:javascriptEnabled: true, appium:locationContextEnabled: false, appium:networkConnectionEnabled: true, appium:newCommandTimeout: 3000, appium:pixelRatio: 2.625, appium:platformVersion: 14, appium:statBarHeight: 128, appium:takesScreenshot: true, appium:udid: emulator-5554, appium:viewportRect: {height: 2272, left: 0, top: 128, width: 1080}, appium:warnings: {}, appium:webStorageEnabled: false, platformName: ANDROID}
Session ID: 32d4cace-0da4-42a9-9acb-e75591494938
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133)
at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53)
at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184)
at io.appium.java_client.remote.AppiumCommandExecutor.execute(AppiumCommandExecutor.java:262)
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:547)
at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:162)
at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:60)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:365)
at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:357)
at pageObjects.GlobalPageObjects.clickOnElementByAndroidLocator(GlobalPageObjects.java:259)
at stepDefinitions.GlobalStepDefs.i_click_on(GlobalStepDefs.java:349)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:568)
at io.cucumber.java.Invoker.doInvoke(Invoker.java:66)
at io.cucumber.java.Invoker.invoke(Invoker.java:24)
at io.cucumber.java.AbstractGlueDefinition.invokeMethod(AbstractGlueDefinition.java:47)
at io.cucumber.java.JavaStepDefinition.execute(JavaStepDefinition.java:29)
at io.cucumber.core.runner.CoreStepDefinition.execute(CoreStepDefinition.java:66)
at io.cucumber.core.runner.PickleStepDefinitionMatch.runStep(PickleStepDefinitionMatch.java:63)
at io.cucumber.core.runner.ExecutionMode$1.execute(ExecutionMode.java:10)
at io.cucumber.core.runner.TestStep.executeStep(TestStep.java:85)
at io.cucumber.core.runner.TestStep.run(TestStep.java:57)
at io.cucumber.core.runner.PickleStepTestStep.run(PickleStepTestStep.java:51)
at io.cucumber.core.runner.TestCase.run(TestCase.java:84)
at io.cucumber.core.runner.Runner.runPickle(Runner.java:75)
at io.cucumber.junit.PickleRunners$NoStepDescriptions.lambda$run$0(PickleRunners.java:151)
at io.cucumber.core.runtime.CucumberExecutionContext.lambda$runTestCase$5(CucumberExecutionContext.java:129)
at io.cucumber.core.runtime.RethrowingThrowableCollector.executeAndThrow(RethrowingThrowableCollector.java:23)
at io.cucumber.core.runtime.CucumberExecutionContext.runTestCase(CucumberExecutionContext.java:129)
at io.cucumber.junit.PickleRunners$NoStepDescriptions.run(PickleRunners.java:148)
at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:144)
at io.cucumber.junit.FeatureRunner.runChild(FeatureRunner.java:28)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at io.cucumber.junit.FeatureRunner.run(FeatureRunner.java:137)
at io.cucumber.junit.Cucumber.runChild(Cucumber.java:196)
at io.cucumber.junit.Cucumber.runChild(Cucumber.java:89)
at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
at io.cucumber.junit.Cucumber$RunBeforeAllHooks.evaluate(Cucumber.java:266)
at io.cucumber.junit.Cucumber$RunAfterAllHooks.evaluate(Cucumber.java:281)
at io.cucumber.junit.Cucumber$StartTestRun.evaluate(Cucumber.java:233)
at io.cucumber.junit.Cucumber$FinishTestRun.evaluate(Cucumber.java:248)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:93)
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:40)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:529)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:756)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:452)
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:210)

FAILED to Click on accessibility=From  KWI  Kuwait. Please refere screenshot

clickStatus=false
And I click on “accessibility=From KWI Kuwait” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
java.lang.AssertionError: FAILED to Click on accessibility=From KWI Kuwait. Please refere screenshot
at org.junit.Assert.fail(Assert.java:89)
at org.junit.Assert.assertTrue(Assert.java:42)
at stepDefinitions.GlobalStepDefs.i_click_on(GlobalStepDefs.java:362)
at ✽.I click on “accessibility=From KWI Kuwait”(file:///D:/DFT_Framework/OG-Innovations/src/test/resources/features/flytern_android_mobile.feature:37)

Given I click on “xpath=//android.view.View[contains(@content-desc,"Travel Date")]” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “uiautomator=new UiSelector().className("android.widget.Button").instance(2)” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “accessibility=2, Tuesday, July 2, 2024” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “uiautomator=new UiSelector().description("Passengers/ Cabin Class 1 Passenger - Economy")” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “accessibility=Business” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “accessibility=Done” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “accessibility=Promo Code Enter the promo code” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I enter “CLASS=android.widget.EditText” as “abcd” # stepDefinitions.GlobalStepDefs.i_enter_as(java.lang.String,java.lang.String)
And I click on “CLASS=android.widget.CheckBox” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I click on “accessibility=Search Flights” # stepDefinitions.GlobalStepDefs.i_click_on(java.lang.String)
And I wait for “3000” milli seconds # stepDefinitions.GlobalStepDefs.i_wait_for_seconds_milli(java.lang.String)
e[38;5;0m[HTTP]e[0m e[37m–>e[39m e[37mGETe[39m e[37m/session/32d4cace-0da4-42a9-9acb-e75591494938/screenshote[39m
e[38;5;0m[HTTP]e[0m e[90m{}e[39m
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Calling AppiumDriver.getScreenshot() with args: [“32d4cace-0da4-42a9-9acb-e75591494938”]
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/screenshot’ to command name ‘getScreenshot’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/screenshot] with no body
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 200: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13eJXl4f/xz1nZexFCElYgEKagyIiCuHCBVMVRbasVxarVfrW21Vpta7VLcdSB2tqqdWAduEWBqshSZliBQAiEEbLJOjnJOef3B7+c5pCdnJET3q/r8pJn3ff9EJKc5/Pcw7BixQqnAAAAAAAAApjR3w0AAAAAAADoKQIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8s78bAHSX0+lUQUGBVq1apaNHj8rhcMjpdLZ6rsFgkNFoVGJioqZMmaLBgwfLYDD4uMUAAAAAAG8xrFixovUnQqCXcjqdWr58uXJycmS327tVhtFoVFZWls4//3wPtw4AAAAIXBUVFSopKVFtba1qa2tVU1Oj…
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13eJXl4f/xz1nZexFCElYgEKagyIiCuHCBVMVRbasVxarVfrW21Vpta7VLcdSB2tqqdWAduEWBqshSZliBQAiEEbLJOjnJOef3B7+c5pCdnJET3q/r8pJn3ff9EJKc5/Pcw7BixQqnAAAAAAAAApjR3w0AAAAAAADoKQIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8s78bAHSX0+lUQUGBVq1apaNHj8rhcMjpdLZ6rsFgkNFoVGJioqZMmaLBgwfLYDD4uMUAAAAAAG8xrFixovUnQqCXcjqdWr58uXJycmS327tVhtFoVFZWls4//3wPtw4AAAAIXBUVFSopKVFtba1qa2tVU1Ojuro61dXVKTQ0VGFhYa7/wsPDFR8fr5iYGH83u0f27dunQYMGebWOwsJCrVq1…
e[38;5;0m[HTTP]e[0m e[37m<-- GET /session/32d4cace-0da4-42a9-9acb-e75591494938/screenshot e[39me[32m200e[39m e[90m2298 ms - 888024e[39m
e[38;5;0m[HTTP]e[0m e[90me[39m
createIssueInJira=NO
Capture Screenshot
e[38;5;0m[HTTP]e[0m e[37m–>e[39m e[37mGETe[39m e[37m/session/32d4cace-0da4-42a9-9acb-e75591494938/screenshote[39m
e[38;5;0m[HTTP]e[0m e[90m{}e[39m
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Calling AppiumDriver.getScreenshot() with args: [“32d4cace-0da4-42a9-9acb-e75591494938”]
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/screenshot’ to command name ‘getScreenshot’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [GET /screenshot] to [GET http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571/screenshot] with no body
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 200: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:"iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13eJXl4f/xz1nZexFCElYgEKagyIiCuHCBVMVRbasVxarVfrW21Vpta7VLcdSB2tqqdWAduEWBqshSZliBQAiEEbLJOjnJOef3B7+c5pCdnJET3q/r8pJn3ff9EJKc5/Pcw7BixQqnAAAAAAAAApjR3w0AAAAAAADoKQIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8s78bAHSX0+lUQUGBVq1apaNHj8rhcMjpdLZ6rsFgkNFoVGJioqZMmaLBgwfLYDD4uMUAAAAAAG8xrFixovUnQqCXcjqdWr58uXJycmS327tVhtFoVFZWls4//3wPtw4AAAAIXBUVFSopKVFtba1qa2tVU1Oj…
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Responding to client with driver.getScreenshot() result: "iVBORw0KGgoAAAANSUhEUgAABDgAAAlgCAYAAABtGofVAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAACAASURBVHic7N13eJXl4f/xz1nZexFCElYgEKagyIiCuHCBVMVRbasVxarVfrW21Vpta7VLcdSB2tqqdWAduEWBqshSZliBQAiEEbLJOjnJOef3B7+c5pCdnJET3q/r8pJn3ff9EJKc5/Pcw7BixQqnAAAAAAAAApjR3w0AAAAAAADoKQIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8Ag4AAAAAABDwCDgAAAAAAEDAI+AAAAAAAAABj4ADAAAAAAAEPAIOAAAAAAAQ8Ag4AAAAAABAwCPgAAAAAAAAAY+AAwAAAAAABDwCDgAAAAAAEPAIOAAAAAAAQMAj4AAAAAAAAAGPgAMAAAAAAAQ8s78bAHSX0+lUQUGBVq1apaNHj8rhcMjpdLZ6rsFgkNFoVGJioqZMmaLBgwfLYDD4uMUAAAAAAG8xrFixovUnQqCXcjqdWr58uXJycmS327tVhtFoVFZWls4//3wPtw4AAAAIXBUVFSopKVFtba1qa2tVU1Ojuro61dXVKTQ0VGFhYa7/wsPDFR8fr5iYGH83u0f27dunQYMGebWOwsJCrVq1…
e[38;5;0m[HTTP]e[0m e[37m<-- GET /session/32d4cace-0da4-42a9-9acb-e75591494938/screenshot e[39me[32m200e[39m e[90m736 ms - 888024e[39m
e[38;5;0m[HTTP]e[0m e[90me[39m

Embedding Title of your scenario [image/png 666009 bytes]

e[38;5;0m[HTTP]e[0m e[37m–>e[39m e[37mDELETEe[39m e[37m/session/32d4cace-0da4-42a9-9acb-e75591494938e[39m
e[38;5;0m[HTTP]e[0m e[90m{}e[39m
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Calling AppiumDriver.deleteSession() with args: [“32d4cace-0da4-42a9-9acb-e75591494938”]
e[38;5;16m[AppiumDriver@4de0]e[0m Event ‘quitSessionRequested’ logged at 1717570941955 (12:32:21 GMT+0530 (India Standard Time))
e[38;5;16m[AppiumDriver@4de0]e[0m Removing session 32d4cace-0da4-42a9-9acb-e75591494938 from our master session list
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Deleting UiAutomator2 session
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Deleting UiAutomator2 server session
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Matched ‘/’ to command name ‘deleteSession’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Proxying [DELETE /] to [DELETE http://127.0.0.1:8200/session/6f40682d-5b30-418f-bf4e-f93b0dc76571] with no body
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Got response with status 200: {“sessionId”:“6f40682d-5b30-418f-bf4e-f93b0dc76571”,“value”:null}
e[38;5;64m[ADB]e[0m Running ‘C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell dumpsys activity services io.appium.settings/.recorder.RecorderService’
e[38;5;64m[ADB]e[0m Running ‘C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell am force-stop com.oneglobal.flytern’
e[38;5;80m[Logcat]e[0m Stopping logcat capture
e[38;5;64m[ADB]e[0m Removing forwarded port socket connection: 8200
e[38;5;64m[ADB]e[0m Running ‘C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 forward --remove tcp:8200’
e[38;5;32m[AndroidUiautomator2Driver@ea54 (32d4cace)]e[0m Restoring hidden api policy to the device default configuration
e[38;5;64m[ADB]e[0m Running ‘C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s emulator-5554 shell ‘settings delete global hidden_api_policy_pre_p_apps;settings delete global hidden_api_policy_p_apps;settings delete global hidden_api_policy’’
e[38;5;16m[AppiumDriver@4de0]e[0m Event ‘quitSessionFinished’ logged at 1717570942774 (12:32:22 GMT+0530 (India Standard Time))
e[38;5;16m[AppiumDriver@4de0]e[0m Received response: null
e[38;5;16m[AppiumDriver@4de0]e[0m But deleting session, so not returning
e[38;5;16m[AppiumDriver@4de0]e[0m Responding to client with driver.deleteSession() result: null
e[38;5;0m[HTTP]e[0m e[37m<-- DELETE /session/32d4cace-0da4-42a9-9acb-e75591494938 e[39me[32m200e[39m e[90m821 ms - 14e[39m
e[38;5;0m[HTTP]e[0m e[90me[39m
e[38;5;96m[Instrumentation]e[0m .
e[38;5;96m[Instrumentation]e[0m Time: 153.591

e[38;5;96m[Instrumentation]e[0m

e[38;5;96m[Instrumentation]e[0m OK (1 test)
e[38;5;96m[Instrumentation]e[0m The process has exited with code 0
┌─────────────

Are you sure the element is on the screen the moment you’re looking for it?
If it is not, it is your job to write code that waits for it to be visible

I am pretty sure that element is on the screen.
And My code also waits for element visibility and clickability.
@Dragos_Losonti