Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to...

4
Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to “www.google.com” and types “Hello World!” in the google search field. http://www.cse.chalmers.se/~algeroth/ cheatsheet.html

description

Exercise 2 “Write a Sikuli script that finds the Chalmers logo (One specific that you choose!) on the web, downloads it to the computer desktop and then opens it in a viewer application. If the viewer application launches, with the logo, the script should write to a file (.txt) on the desktop: “Success!”, otherwise it should write “Failure!”. Finally the script should open the output file and display the output.”

Transcript of Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to...

Page 1: Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to “” and types “Hello World!” in the google search.

Exercise 1Write a Sikuli script that opens the web-

browser, automatically finds it’s way to “www.google.com” and types “Hello World!” in the google search field.

http://www.cse.chalmers.se/~algeroth/cheatsheet.html

Page 2: Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to “” and types “Hello World!” in the google search.

Exercise 1: Solution

Page 3: Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to “” and types “Hello World!” in the google search.

Exercise 2“Write a Sikuli script that finds the Chalmers

logo (One specific that you choose!) on the web, downloads it to the computer desktop and then opens it in a viewer application. If the viewer application launches, with the logo, the script should write to a file (.txt) on the desktop: “Success!”, otherwise it should write “Failure!”. Finally the script should open the output file and display the output.”

http://www.cse.chalmers.se/~algeroth/cheatsheet.html

Page 4: Exercise 1 Write a Sikuli script that opens the web-browser, automatically finds it’s way to “” and types “Hello World!” in the google search.

Exercise 2: Solution