Hi All,
I am using below internet browser for this GetContextService. If i am want to use Microsoft edge then what will be the exact value i have to change here?
GetContextService("Internet", inet_url)
inet_url.HyperlinkToURL( ls_url)
Br,
Moorthy
Error(s) occured during request prosessing: Mandatory parameter where or object_id is missing.
All you have to do is get the location of msedge.exe from the registry and then do this:
Run(ls_msedge + " " + ls_myurl) // ls_myurl is set to the url to load.