Skip to content

Commit

Permalink
Add click to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
StringManolo committed Jul 20, 2024
1 parent 9d8dbaf commit 96935af
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,10 @@ Panther is a privacy-focused Android browser based on WebView.
```javascript
scriptable.open("https;//www.google.com/search?q=car", "");
```

##### click
- Decription: Send click to a coordinate in the Scriptable browser
- Syntaxis:
```javascript
scriptable.click(160, 235); // click the Images Tab in google search
```

0 comments on commit 96935af

Please sign in to comment.