The url changed from lower case to upper case during the presentation!

Asked by Puneet

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.

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Puneet
Solved:
Last query:
Last reply:
Revision history for this message
Puneet (puneetness) said :
#1

My apologies for the above question. I tried to reproduce it but i wasn't able to but then I though why the url is getting typed in upper case when i have the same url in lower case. The reason was my caps lock was on. Once i put off the caps then it worked fine.

Thanks and Regards,

Revision history for this message
Puneet (puneetness) said :
#2

My apologies for the above question. I tried to reproduce it but i wasn't able to but then I though why the url is getting typed in upper case when i have the same url in lower case. The reason was my caps lock was on. Once i put off the caps then it worked fine.

Thanks and Regards,