← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #172136]: how to app.open() Microsoft service.msc or gpedit.msc

 

Question #172136 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/172136

    Status: Open => Answered

RaiMan proposed the following answer:
--1. you are right
only .exe and .cmd are working. a .msc definitely not.
you might use os.popen to start an .msc

import os
os.popen(r'c:\Windows\System32\services.msc')

--2. .msc windows refuse to accept Sikuli actions
These console windows are somehow blocking the click actions. (see bug 794489)
S o you cannot use Siukuli currently to automate this stuff.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.