sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #04781
Re: [Question #168981]: Java: Clicks but does not type?
Question #168981 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/168981
Status: Open => Solved
Rahul Misra confirmed that the question is solved:
I resolved this as follows:
s.doubleClick("img/cxaboutzblan.png", 0);
s.type("img/cxaboutzblan.png", Key.BACKSPACE);
s.type("img/cxaboutzblan.png", "http://finance.yahoo.com" + Key.ENTER, 0);
Where img is of browser url text area.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.