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

    Status: Open => Answered

Eugene S proposed the following answer:
1. You can launch an application using different approaches, for example:
  1.1 Use the App class as explained before
  1.2 Use Windows Run:
    type("r", KEY_WIN)
    type(<app location>)
    type(Key.ENTER)

2. To connect to the database and to execute the queries, you will have
to click on relevant button in SQL Developer and use "type" to input
text.

3. Copying text directly could be a problem since text recognition is still not 
100% reliable. So what you can do is:
  3.1 Somehow copy it to clipboard and the use it
  3.2 Export it to a file and read it from there

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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to