robotframework-appiumlibrary
robotframework-appiumlibrary copied to clipboard
Added optional `first_only` parameter to `Get Text`
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