robotframework-appiumlibrary icon indicating copy to clipboard operation
robotframework-appiumlibrary copied to clipboard

Add input text for active element (iOS)

Open marcosmko opened this issue 3 years ago • 2 comments

Implements

Hello! I implemented a way to type text without needing to pass a locator.

Usage:

Click Text                        E-mail
Input Text                        ${None}                 [email protected]\n
Clear Text                        ${None}

It types text if keyboard is visible, so I need to click a textfield first.

I have tested with iOS, but I don't know if it will work with android.

Fixing

marcosmko avatar Feb 09 '22 18:02 marcosmko

Can you check this PR @serhatbolsu 🙏

marcosmko avatar Mar 04 '22 14:03 marcosmko

@marcosmko please check #355 does it suffice your requirement?

serhatbolsu avatar Oct 26 '22 13:10 serhatbolsu