Capabilities returns the current session's capabilities.
()
| 233 | |
| 234 | // Capabilities returns the current session's capabilities. |
| 235 | Capabilities() (Capabilities, error) |
| 236 | |
| 237 | // SetAsyncScriptTimeout sets the amount of time that asynchronous scripts |
| 238 | // are permitted to run before they are aborted. The timeout will be rounded |
no outgoing calls