Tiago Góes

Results 3 issues of Tiago Góes

### Please confirm the following - [X] I agree to follow this project's [code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html). - [X] I have checked the [current issues](https://github.com/ansible/awx/issues) for duplicates. - [X] I understand...

component:api
component:ui
needs_triage
community

I've been trying to use appium-flutter-driver to interact with dart vm using appium commands based on a webdriver protocol and to be honest this is a nice idea, however, very...

Hello, thanks for maintaining this webdriver! I noticed that `await driver.elementSendKeys(emailField, "[email protected]")` doesn't work in some cases, I've built a sample app to test the driver. I've tried: ```ts await...