I need to add to the store the certificate
Robot code is
${result} Run Process certutil -addstore "Root" "C:\Users\Desktop\xyz.crt" shell=True
log ${result.stdout}
output is Administrator permissions are needed to use the selected options. Use an administrator command prompt to complete these tasks. CertUtil: The requested operation requires elevation.
So I need to run the process using privileged mode how to achieve it using robot frmaework