You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
click Enter after entering some text, there are extra \n characters.
appium-uiautomator2-server version: 6.0.5
I perform it via java client element.sendKeys("aa\n");
It'll display "aa\n"
The text was updated successfully, but these errors were encountered:
Do you mean when you enter "aa\n" (and a target text field shows aa\n) and tap enter key on the keyboard, an extra \n is entered in the text field? Could you share the appium server log as well to understand the input?
click Enter after entering some text, there are extra \n characters.
appium-uiautomator2-server version: 6.0.5
I perform it via java client element.sendKeys("aa\n");
It'll display "aa\n"
The text was updated successfully, but these errors were encountered: