functionbrowser.open(url) → boolean
Open a web page. Returns true if it was handed off successfully.
| Param | Type | Notes |
|---|---|---|
| url | string | Must begin http:// or https://. Anything else — a file:// path, a program name, a custom scheme — is refused and returns false, so this can't become a way out of the sandbox. Percent-encode anything exotic in the address yourself. |
browser.open("https://bulbapedia.bulbagarden.net/wiki/Pikachu_(Pok%C3%A9mon)")