kfrajtak / WinAppDriver

Full open-source Selenium driver for WinForms applications using Windows Automation
MIT License
40 stars 9 forks source link

remove need for admin running #9

Open peterainbow opened 4 years ago

peterainbow commented 4 years ago

just seems to need the line hostConfigs.RewriteLocalhost = false; in host.cs

means you don;t have to run as an admin user

kfrajtak commented 4 years ago

But you still get an UAC prompt ...

peterainbow commented 4 years ago

i don't, so maybe somewhere else for you if it has that code change and i assume the package security isn't set to be admin?

peterainbow commented 4 years ago

to be honest the thread/ ui automation blocking on a modal dialog click is a show stopper