Is there an easy way to find a button which is not currently in the visible screen area?

Asked by Ramūnas

Hello there,
I have a button which is only visible when you scroll down, is there an easy way to find it?
Thanks!

Question information

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

You may not find it easy ;-)

... but you have to simulate a scroll down (with type() or wheel() ), since Sikuli only finds visual objects that are visible on the real screen.

Revision history for this message
Ramūnas (ramunazz) said :
#2

Thought so, thanks for the reply :)