Ahmer Hashmi
Ahmer Hashmi
@truongsinh it blocks us to use sendKeys() function on android/iOS native. There must be a scenario where we have to use sendKeys() to handle any native element in android or...
@truongsinh Yes, it is throwing an exception on 6th step.
> On the other hand, https://api.flutter.dev/flutter/flutter_driver/FlutterDriver/tap.html has the duration (which we have not implemented in `appium-flutter-driver`), which can be solved for your use case, e.g. > `driver.elementClick(buttonFinder, {durationMilliseconds: 100})` I...
> MobileElement buttonFinder = find.byValueKey("button"); @truongsinh Ideally, driver should throw an exception if it doesn't get the element by the given locator in the above line.