This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 4
Mar 2018

Hi,

Unable to enter text into input type field. It’s showing below log in console when trying to enter a string with sendkeys() method.

Appium Log:

[debug] [XCUITest] Executing command ‘keys’
[debug] [JSONWP Proxy] Proxying [POST /wda/keys] to [POST http://localhost:8100/session/1E69A41C-F9A7-4564-85D4-7502C5E6C520/wda/keys] with body: {“value”:[“t”,“e”,“x”,“t”]}
[debug] [JSONWP Proxy] Got response with status 200: {“value”:{},“sessionId”:“1E69A41C-F9A7-4564-85D4-7502C5E6C520”,“status”:0}
[debug] [MJSONWP] Responding to client with driver.keys() result: null
[HTTP] <-- POST /wd/hub/session/630ff7c6-608e-4e98-bc37-7e2056c51ffc/keys 200 914 ms - 76

  • created

    Mar '18
  • last reply

    Mar '18
  • 3

    replies

  • 288

    views

  • 2

    users

  • 2

    links

I am using 8.1 xcode version and also checked it in xcode 8.3.3.The same issue I am facing in both xcode versions.It is happening everytime.