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

Following is the script.
If I run the loop for 100 part numbers at a time , I need one notification 
window which continues shows the status of pending or completed parts (i.e. 20 
of 100) in background. And which will not disturb my activities.
The same thing we can do in AutoIT but in sikulli I have searched so many blogs 
but could not find any relevant answers.

List = inputText("Paste Part Numbers here")
PartNumbers = List.split("\n") # split the lines in the list lines

#myListFixed = ()
for entry in PartNumbers:
    wait("1464195281868.png",150)
    click("1464195281868.png")
    type("o", KEY_CTRL)
    type(Key.TAB)
    type(Key.TAB, KeyModifier.SHIFT)
    wait(1)
    type(entry)
    type(Key.ENTER)
    if exists ("1464789404465.png"):
        click("1464789194232.png")
        click("1464789227403.png")        
        continue
    popup ("select")
    type("p", KEY_CTRL)

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