← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #255553]: How to Open Browser using Sikili script

 

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.