BrowseSharp
BrowseSharp copied to clipboard
navigator is undefined
I already run script function aaa() and it return error message
Jint.Runtime.JavaScriptException: 'navigator is undefined'
How do i solve this error thanks.
Can you try to prepend to the script
"var navigator={};"