← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #152032]: How to get attributes of a text with Sikuli

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sikuli cannot handle "controls" in the sense of window management.

It finds regions on the screen either by searching images or text.

The new App class is some sort of beginning to your request, since it
"knows" windows that belong to an app (Mac) or have some string in it's
title (Windows). But even here, you have to know the app name or the
title text.

Sikuli does not give any support, to walk through the controls hierarchy
of the systems window manager, as this could be done on Mac using
Applescript for example.

You have to find and use some other piece of software, that does what
you want and integrate Sikuli with it somehow.

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