{
  "target": {
      "type": "Class",
      "value": "com.wix.detox.espresso.EspressoDetox"
    },
    "method": "perform",
    "args": [
      {
        "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"
                ]
              }
            }
          ]
        }
      },
      {
        "type": "Invocation",
        "value": {
          "target": {
            "type": "Class",
            "value": "android.support.test.espresso.action.ViewActions"
          },
          "method": "click",
          "args": []
        }
      }
    ]
  }