get Java Gui Component's properties

Asked by lazar

1. sikuli jython
how I can iterate on Gui Java Form with it's components (like text box, checkbox listview...)
so I can get it's text Value,not by OCR, but by known it's ID or control handler, and get its text.
and ofcourse set a new value to the 'field'

2.
is there a jython code sample so on mouse over on each component the user can 'see'
each component ID and it's text value, including mouse over (hover) on grid table
and getting value's of each cell

any help will be appreciated

Question information

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

For both requests there are currently no features in Sikuli.

Sikuli's approach completely relies on finding visual objects on the screen.

you have to find something like Selenium for web pages, to integrate it on the Java level or write your own GUI inspector.

Can you help with this problem?

Provide an answer of your own, or ask lazar for more information if necessary.

To post a message you must log in.