subbu_valliappaContributor11 years ago"Access is denied" issue in scriptingWe have this script to terminate a process if it still exists: //terminate process if it still exists p := Sys.WaitProcess('propx32'); if p.Exists then begin p.Terminate(); ...Show More
subbu_valliappaContributor11 years agoNo, it's not in a loop. It's a function that we call at the end of script execution.
Recent DiscussionsAvalonia - XPF desktop app automationTestComplete 15.80: Mobile Recording on real Samsung device does not capture actionsCannot select certain web elements anymore
Related ContentFacing error "Can not open file //.......file path in local system...//Tunnel.log, Access is denied"'Do you want to work in shared mode?' asked every time I open project and then "Access is denied"How to load Jar inside Groovy Script dyanmically ? I don't have the access to "../bin/ext" folder