anu-rachel

Results 5 comments of anu-rachel

We have this flutter app, in which we are entering descriptions in a flutter quill editor . I added key value to this quill component and like the text field,...

Yes we are following all these and we are able to test other components (eg:- I am able to enter text in any text field using sendKeys() ). But not...

When used below commands **await driver.execute('flutter:waitForTappable', byType('QuillEditor')) await driver.elementSendKeys(byType('QuillEditor'), 'I can enter text')** 2023-07-20 01:27:39:495 [HTTP] --> POST /wd/hub/session/384ded6c-0153-4ae7-84d4-373b200484d5/execute/sync 2023-07-20 01:27:39:496 [HTTP] {"script":"flutter:waitForTappable","args":["eyJmaW5kZXJUeXBlIjoiQnlUeXBlIiwidHlwZSI6IlF1aWxsRWRpdG9yIn0"]} 2023-07-20 01:27:39:497 [FlutterDriver@89d8 (384ded6c)] Calling AppiumDriver.execute() with...

I tried both [byValueKey] and [byType] both didnt worked. tooltip we are not allowed to add for flutter quill in dart

How to simulate the keyboard ENTER event using flutter driver while testing (since keyboard is disabled)? await driver.execute('flutter:sendTextInputAction', 'IME_ACTION_DONE') - is this correct? Got an error : unknown error: An...