You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are encountering an issue when trying to set text in a text field using the Appium Flutter integration driver. The addValue method does not seem to be working as expected.
error
Error in "My Login application.should login with valid credentials"
Error: Malformed type for "text" parameter of command elementSendKeys
Expected: string
Actual: object
We are encountering an issue when trying to set text in a text field using the Appium Flutter integration driver. The addValue method does not seem to be working as expected.
error
Error in "My Login application.should login with valid credentials"
Error: Malformed type for "text" parameter of command elementSendKeys
Expected: string
Actual: object
For more info see https://w3c.github.io/webdriver/#dfn-element-send-keys
The text was updated successfully, but these errors were encountered: