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

Added optional `first_only` parameter to `Get Text`

Open kakooloukia opened this issue 1 year ago • 1 comments

Small but useful feature

If one locator is present many time in the page Get Text only returned the 1st match. I cannot verify the text display on my droplist with accuracy.

Therefore, I extended Get Text capability in my local repository:

Implements

* Be able to get the text from all elements matching one locator
* Default behavior not changed

kakooloukia avatar Jul 12 '23 10:07 kakooloukia