← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #197423]: how to set the URL

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Seems that url has no value at that time.

You have a "print url" (no brackets needed) at the beginning. What is
printed?

Nevertheless look faq 933 for problems with type().

instead use:
paste(url); type(Key.ENTER)

One more thing: I suggest:
        type("l", KEY_CTRL); wait(1)

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