void InjectJavaScript(string js, string contextUrl = null)
Injects JavaScript into the calling frame. Trust Level Required: Low
Parameters
Name | Description |
js | The JavaScript to inject. |
contextUrl | Optional URL to base browser XSS checks on. |
Return
Nothing returned