SetAlertText sets the current alert text.
(text string)
| 346 | AlertText() (string, error) |
| 347 | // SetAlertText sets the current alert text. |
| 348 | SetAlertText(text string) error |
| 349 | |
| 350 | // ExecuteScript executes a script. |
| 351 | ExecuteScript(script string, args []interface{}) (interface{}, error) |
nothing calls this directly
no outgoing calls
no test coverage detected