sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #35344
Re: [Question #273163]: Is there an equivalent special key for RETURN button(IOS Simulator)? Key.ENTER is not working
Question #273163 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/273163
Description changed to:
Goal : to search for "HELLO" word
Prerequisites: Keyboard on XCODE should not be turned on/visible, it must be OFF all the time
There are no buttons for searching
Script:
click(image)
wait(2)
type("Hello")
type(Key.ENTER)
It seems that enter is not working. Are there any ways on how to set
RETURN button (IOS Simulator) = ENTER button? Or is there a specific key
that matches RETURN button?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.