Unable to add / send Text to a XCUIElementSecureTextField using Appium inspector

74 views Asked by At

I'm using Appium Inspector to access the page source of an iOS App. I'm able to send Texts to XCUIElementTextField but not to the SecuretypeField. Even the keyboard is not showing up when I tried to click on the element.

note: I'm using the Sauce Labs device

Thanks :-)

1

There are 1 answers

2
Vicky On

You can click on the 'Show password' button and the XCUIElementSecureTextField will be changed to a simple XCUIElementTextField, enabling you to enter any text.

I also noticed some issues with sending characters to the XCUIElementSecureTextField and the only solution I found was to change the field type as I described above.