New question #254915 on Sikuli:
https://answers.launchpad.net/sikuli/+question/254915

Hello, I am trying to have Sikuli type a URL into a form, but have a problem 
because the shift key is not being activated.

In Sikuli: type("http://google.com";)

I want http://google.com to be inserted into the form. Instead, it is typing 
http;//google.com

I have tried several things including breaking the URL into pieces, saying 
first type("http") then adding either 
type(";", KeyModifier.SHIFT)
type(";", Key.SHIFT)

Unfortunately none of these are working. Any help/suggestions would be 
appreciated

-- 
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