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

Hi,

My idea is to let SikuliX:
> start at a point
> fill in first number on a list (Excel)
> complete entire script
> end at starting point
> fill in next number (Excel)

I have written the script and i will paste it below. I dont think the images 
work, i'm very new to this forum and would like to know if i can enhance the 
way i preview my script to you guys. 

wait("1462293000284.png")
click("1462293000284.png")
wait("1462293050774.png",2000)
click("1462293050774.png")
wait("1462293083605.png",2000)
click("1462293083605.png")
wait("1462293111878.png",2000)
doubleClick(Pattern("1462293111878.png").targetOffset(-37,11))
'Here should the value from A2 (Excel) be filled in'
paste("value from A2"\n)
wait("1462293510916.png",2000)
doubleClick(Pattern("1462293510916.png").targetOffset(169,0))
'Here should the value from B2 (Excel) be filled in'
paste("value from B2"\n)
wait("1462293671098.png",2000)
click(Pattern("1462293671098.png").targetOffset(123,78))
waitVanish("1462293671098.png",2000)
doubleClick(Pattern("1462293761014.png").targetOffset(248,1))
'Here should the value from C2 (Excel) be filled in'
paste("value from C2"\n)
doubleClick(Pattern("1462293931637.png").targetOffset(240,0))
'Here should the value from C2 (Excel) be filled in'
paste("value from C2"\n)
wait("1462294030778.png",2000)
click(Pattern("1462294030778.png").targetOffset(109,44))
waitVanish("1462294030778.png",2000)
'At this point I would want the script to loop with the values of A3, B3 and C3 
untill it reaches an empty cell then end'

Below a link to:
1. A document with my script with images. 
2. The Excel file in .xls (as I have read .xlsx doesn't work).

WeTransfer link to above files:
https://we.tl/XrG8qNpa8y

I thank all of you who spare time to help me in advance,
Greetings, Stephan, 24 year old Dutch newbie.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to