{
  "target": {
    "type": "Invocation",
    "value": {
      "target": {
        "type": "Class",
        "value": "android.support.test.espresso.Espresso"
      },
      "method": "onView",
      "args": [{
        "type": "Invocation",
        "value": {
          "target": {
            "type": "Class",
            "value": "com.wix.detox.espresso.DetoxMatcher"
          },
          "method": "matcherForContentDescription",
          "args": ["Sanity"]
        }
      }]
    }
  },
  "method": "perform",
  "args": [{
    "type": "Invocation",
    "value": {
      "target": {
        "type": "Class",
        "value": "android.support.test.espresso.action.ViewActions"
      },
      "method ": "click",
      "args": []
    }
  }]
}