I am trying to automate some flow in one app(say X), but in one of the page another app (say Y, which is also SDK for app X) gives pop-up(soft keyboard) to ask input.
I am unable to give input as no element is read, also on giving coordinate based inputs flow is getting passed but no input is entered
The keyboard control itself must be accessible in order to interact with it using UiAutomator. Also, it could be that this control is shown in its own window. Then changing enableMultiWindowssetting to true might help.