TestaSeTudoEstaAbrindoSGVEstabelecimentosDadosCadastrais.sikuli

(Download this script)
#Vendas->Cadastros->estabelecimentos->dados cadastrais----testa se esta abrindo----
click()
sleep(2)
click()
sleep(1)
type("RAZAO SOCIAL TESTE")
type(Key.TAB)
type("FANTASIA TESTE")

sleep(2)
click(Pattern().targetOffset(-64,4))
type("00123456789100")
type(Key.TAB)
type(Key.TAB)
type(Key.TAB)
type(Key.TAB)

sleep(2)
type("ENDERECO TESTE")
type(Key.TAB)
type("1234")
type(Key.TAB)
type(Key.TAB)
type(Key.TAB)

sleep(2)
type("12345678")
type(Key.TAB)
type("brasil")
type(Key.TAB)
type("am")
type(Key.TAB)
type("manaus")

sleep(2)
click()
sleep(2)
click()

sleep(1)
click()
type("APELIDO TESTE")
sleep(1)
click()
type("COMPLEMENTO TESTE")

sleep(1)
click(Pattern().targetOffset(-39,-1))
sleep(1)
click()
type("(99)99999-9999")
type(Key.TAB)
type("(99)99999-9999")

sleep(1)
click()
sleep(3)
click()

sleep(2)
popup ('Teste Finalizado com sucesso!'.decode ('utf8'))