← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #268772]: import data from one application to another using sikuli

 

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

    Status: Open => Answered

Eugene S proposed the following answer:
I think you have some misconception about how Sikuli works..

What it really does, is just simulating user PHYSICAL behavior. So tasks like moving/clicking mouse or using your keyboard.
So you have to think about the scenario you wish to automate as a sequence of user actions.  Now, the way Sikuli finds the objects on the screen is via visual recognition.

So to focus on your specific case, you have to ask yourself, what are
the the actions that have to undertake to send this web service call? If
that's typing a text into a field or maybe clicking a button that's one
thing that Sikuli can help you with. But if you are talking about web
service API, Sikuli won't offer you much.

Does that make sense?

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