DangCao1999

Results 1 issues of DangCao1999

The flutter allows us add new custom command extension [CommandExtension](https://api.flutter.dev/flutter/flutter_driver_extension/CommandExtension-class.html) But the appium flutter driver just allows the basic command [execute](https://github.com/appium/appium-flutter-driver/blob/v2.6.0/driver/lib/commands/execute.ts#L24) I tried to use [@appium/execute-driver-plugin](https://www.npmjs.com/package/@appium/execute-driver-plugin) to reach to driver.executeElementCommand...

enhancement
help wanted