← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #106137]: How do I open a website in Windows 7?

 

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.