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.

_______________________________________________
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