← Back to team overview

sikuli-driver team mailing list archive

[Question #254915]: Unable to type URL because of shifting problem

 

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.