New question #249871 on Sikuli:
https://answers.launchpad.net/sikuli/+question/249871

I am trying to automate installation work flow .Sikuli identifies the next 
button on the app installer and clicks on it . but installer do not proceed to 
next step .  

#1
click(next image) ; 
wait(5)

o/p :[log] CLICK on (812,580)

#2
doubleClick(next image)

o/p : DOUBLE CLICK on (812,580)

#3 
doubleClick(nextimage)
type(Key.ENTER)

o/p: [log] DOUBLE CLICK on (812,580)

[log] TYPE " "


This issue is weird to me because sikuli identifies the image and clicks on it 
,but no action from installer . 

Outside Sikuli , with mouse click  or just pressing ENTER , installer proceeds 
to next step .  Am i doing something wrong ? 





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

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to