tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

fenix-robo-script.json (294B)


      1 [
      2  {
      3    "eventType": "VIEW_CLICKED",
      4    "elementDescriptors": [
      5      {
      6        "resourceId": "android:id/button2"
      7      }
      8    ],
      9    "optional": true
     10  },
     11  {
     12    "eventType": "ELEMENT_IGNORED",
     13    "elementDescriptors": [
     14      {
     15        "text": "Trigger Crash Report"
     16      }
     17    ]
     18  }
     19 ]