← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #173983]: How do I perform a Long Press Action in Sikuli for iPhone.

 

Question #173983 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/173983

    Status: Open => Answered

Dude proposed the following answer:
In my application i have a long press button.. which should be pressed
for 12 sec and released . Here is the code

mouseDown( Button.LEFT ) 
wait (12)
mouseUp( Button.LEFT )

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.