sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27497
[Question #252673]: The url changed from lower case to upper case during the presentation!
New question #252673 on Sikuli:
https://answers.launchpad.net/sikuli/+question/252673
Hi All,
Today we had the presentation where we have to share the idea of using Sikuli tool for UI automation. We were using very simple script to automate UI and present it to the users but unfortunately it failed. Although i have tested the same script 30 times and it worked fine before the presentation.
The major problem is due to typing. I am mentioning the initial part of the sample script I used during presentation and that failed.
openApp("Google Chrome.APP") #worked fine
wait(5) #worked fine
type("https://sfoorti-test.appspot.com/?canEdit=true"+"\n") #The problem was here instead of typing the same URL, sikuli typed the same url in upercase and becasue of that some other URL got opened, because of that the automation failed.
Although the same script we ran in another machine and it worked fine. Can you please look into this and update? As we are still thinking where is the problem.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.