← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #207683]: Changing settings on mutiple GUIs

 

Question #207683 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/207683

Michael W gave more information on the question:
OK so i fixed my problem with the presets but I am still searching for
the best way to change the IP address from an excel page. Any advice on
that point is appreciated.

openApp("C:\Program Files (x86)\Internet Explorer\iexplore.exe")
rightClick("1346788900412.png")
click("Delete") # to clear off the https line
type("1346781791250.png", "https://192.168.x.x\r";)
click("Continuetoth.png")
wait(3)
type("user\t")
type("password\r")
wait (10)
click(Pattern("mscieoiizVid.png").targetOffset(105,-2)) # select setting above presets
type("\t") # tab to next preset
type("O\t") # set to outdoor
type("N\t") # set to normal
type("N\t") # set to normal
type("N\t") # set to normal
type("N\t") # set to normal
wheel(WHEEL_DOWN,2) 
click("1346791944447.png") # to save config changes
wait (10)
wheel(WHEEL_DOWN,2)
click("1346791944447.png") # to save config changes
wait (10)

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.