Method AddUserScript
AddUserScript(string, bool)
Injects the specified script into the webpage's content.
bool AddUserScript(string javascript, bool injectDocStart)
Parameters
javascript
stringThe javascript code to add.
injectDocStart
boolSpecifies when the script will be executed.
Returns
Remarks
Please note that this is unsupported by the IE backend. The Edge backend does only support injecting at document start.