A question was asked in a language (Portuguese) spoken by
none of the registered Sikuli answer contacts.

https://answers.launchpad.net/sikuli/+question/692344

Fiz um script do sikuli, onde tenho 200 linhas do excel com números a serem 
copiados e colados no sistema ERP da empresa, utilizando o internet explorer. A 
primeira linha ele cópia e cola e ainda marca OK do lado, mas na segunda linha 
do excel, ele para e não copia, não continua. Eu utilizava na empresa o Sikuli 
r930(utilizava o comando"for i in range (200)", estou com o 1.1.3 no notebook, 
alguém pode me auxiliar ?
type("c",KEY_CTRL)
wait(0.5)
switchApp("Internet Explorer")
wait(0.5)
doubleClick(Pattern("1597189497170.png").targetOffset(-20,-10))
wait(0.5)
type("v",KEY_CTRL)
click(Pattern("1597189622763.png").targetOffset(-1,0))
wait(0.5)
click(Pattern("1597189659499.png").targetOffset(-1,1))
wait(0.5)
type(Key.TAB)
wait(0.5)
type("p")
wait(0.3)
type(Key.TAB)
wait(0.5)
type("100")
type(Key.TAB)
click("1597189805642.png")
wait(1)
switchApp("Excel")
type(Key.RIGHT)
type("ok")
type(Key.ENTER)
wait(0.5)
type(Key.LEFT)
wait(0.5)

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to