Skip to main content
Search
Search This Blog
360QA
Share
Get link
Facebook
X
Pinterest
Email
Other Apps
Labels
CodedUI
Launch app using CodedUI
Run app as admin
Run Application with Admin user
July 11, 2018
CodedUI Run Application with Admin User
System.Diagnostics.ProcessStartInfo proc = new System.Diagnostics.ProcessStartInfo(@"C:\Program Files (x86)\Notepad++\notepad++.exe");
proc.UseShellExecute = true;
proc.Verb = "runas";
Comments
Popular Posts
June 26, 2017
Handling DropDown using Selenium Webdriver
July 03, 2017
Handling Frames in Selenium:
Comments
Post a Comment