-
-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add getText enhancement for complex text widgets #755
feat: add getText enhancement for complex text widgets #755
Conversation
2.11.0 includes this PR. |
Hi @tandt53, congrats: the Appium project wants to compensate you for this contribution! Please reply to this comment mentioning @jlipps and @KazuCocoa and sharing your OpenCollective account name, so that we can initiate payment! Or let us know if you decline to receive compensation via OpenCollective. Thank you! |
Thank you so much, @jlipps and @KazuCocoa! Contributing to Appium has been such an exciting journey, and I deeply appreciate this incredible gesture. Receiving this compensation as a New Year’s gift would make it even more special. My OpenCollective account name is tan do. |
hi there,
Recently I encountered a problem when getting text from Text widget. Then I tried to fix it by revise code in https://github.com/Alpaca00/command-driven-list, and it worked.
Thus, I decided to implement a new command
getTextWithCommandExtension
that is similar withdragAndDropWithCommandExtension
. It works on my local.Please refer to my flutter code here and attached video for my demo.
demo.mp4