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

RaiMan posted a new comment:
@ Arthur

All actual browsers should accept ctrl-L to get focus on the address
field. Then you should use paste() to enter the url.

openApp("your-browser") # should open a new Browser window
wait(5) # make sure window is ready
type("l", KeyModifier.CTRL)
paste("http://some-url.com";)

BTW: do not ask questions via a comment to a really ancient question,
just make a new question.

-- 
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     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to