sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04226
Re: [Question #166375]: How to get specific registry value in sikuli
Question #166375 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/166375
Status: Answered => Open
pipboy is still having a problem:
It's my neglect in typing,sorry.
import os
ret = os.popen('reg query
"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\{4D36E96C-E325
-11CE-BFC1-08002BE10318}\0003" /f DriverVersion').readlines()
for line in ret:
print line.strip()
result : as above
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.