I have created .reg file to to select certificate for my website
Below file is working fine when I run manually and it select certificate for website.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Chrome\AutoSelectCertificateForUrls]
“1”="{“pattern”:"*",“filter”:{“ISSUER”:{}}}"
I have to call automatically vai robot script. Can you please suggest any way to achieve it?
Can we call this in Suite Setup or Test Setup or is there any other way to run this silently ?
Unfortunately I don’t know of any robot framework libraries for manipulating the windows registry, but robot framework can run python code either via custom python keywords or directly using the builtin Evaluate keyword