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

I want to click a button which is located beside a label on a webpage using the 
Sikuli Java lib. But it fails at the click step saying it couldnt find the 
button image. Not sure if Match is the correct class to be used in here. I 
would appreciate if someone can help on this?

code:-
Match m = sample.find("lblFileUpload").right().find("btnUpload.png");
sample.click(m);


-- 
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