You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I need to launch electron app through command line for NTLM Authentication. Same i need to do while automating. The following command is used for launching electron app 'runas /netonly /user:userName "ElectronappName.exe"'. I tried to launch this electron app as i re-wrote the above command as following in cmd "ElectronappName.exe" but ended with NTLM Authentication error. Kindly help me to resolve this issue.