ExecuteScript executes a script.
(script string, args []interface{})
| 349 | |
| 350 | // ExecuteScript executes a script. |
| 351 | ExecuteScript(script string, args []interface{}) (interface{}, error) |
| 352 | // ExecuteScriptAsync asynchronously executes a script. |
| 353 | ExecuteScriptAsync(script string, args []interface{}) (interface{}, error) |
| 354 |
no outgoing calls