← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #200084]: How do you click a 'Location' in Netbeans or Eclipse???

 

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

    Status: Open => Needs information

RaiMan requested more information:
Not clear:

you have a Sikuli (Jython) script and want to transform it to a Netbeans
project as

-- Jython?

-- Java?

--- click(Location(333,333))
will only work in a Jython script that has
from sikuli import *
at the beginning and internally is handled as
SCREEN.click()

--- s.click(Location(333,333))
will only work in Jython script, if s has been set to a Screen or Region object before.

--- In general: When running something using Sikuli in Netbeans, there
will not be automatic hiding of the Netbeans window. So in Netbeans you
always need some code at the beginning, that either hides the Netbeans
window or brings the application to act on to the front (e.g. with
switchApp())

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