Read objects properties with Python

Asked by Marius

Hello,

I am wondering if it is possible to read the objects' properties using Python.
E.g. there is a panel which contains a table among other widgets. If I could read the table's properties to find out the name or how many lines or columns it has.

I know that Squish has an API for that.
Does anyone know if it is possible?

Thank you in advance,

Marius

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

if you are talking about web page elements:
have a look at Selenium

Sikuli cannot access any properties of any GUI elements, it is only about rectangular pixel areas on a screen or in an image.

Revision history for this message
Marius (mariusalex09) said :
#2

Thanks RaiMan, that solved my question.