Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 520 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 520 Bytes

Command Extension - flutter_driver

Example JSON-RPC Request

{
  "jsonrpc": "2.0",
  "method": "dragAndDropWithCommandExtension",
  "params": {
    "startX": 205,
    "startY": 116,
    "endX": 0,
    "endY": 172,
    "duration": 15000
  },
  "id": "1"
}

JSON-RPC Response Structure

{
  "jsonrpc": "2.0",
  "result": {
    "success": true
  },
  "id": "1"
}

Install Dependencies:

flutter clean
flutter pub get

Build command

flutter build apk --debug