execute_javascript
Run custom JavaScript code inside an iOS WKWebView to inspect, modify, and test page behavior in real time.
Instructions
Evaluate a JavaScript expression in the page context
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes | JS code to evaluate | |
| await_promise | No | Await the result if it's a Promise |