How to execute 2 handlers at the same time

I need to click two buttons simultaneously. One on the Android and one on the iPhone. So I’m going to create two handlers.

to Android
connect(serverid:“1.1.1.1”,portNum:5900,visible:Yes)
click “AndroidLogin”
end Android

to iPhone
connect(serverid:“2.2.2.2”,portNum:5900,visible:Yes)
click “iPhoneLogin”
end iPhone

How do I execute both handlers at the same time?

You would need to have two licenses of eggPlant and have your handlers in separate scripts. There is a new bit of functionality in the upcoming v11 release that allows you to do a "wait until ", so you could use that to tie the actions of the two scripts together by having each of them wait until the same clock time to execute their steps.

Thanks for the prompt response. :smiley: