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.

Slides:



Advertisements
Similar presentations
Sign Contract FUTURE WITH NO LIMITS. Sign Contract Details 1- To get started you should click on The є-Sign Contract Service logo which exist on the web.
Advertisements

How Do You Save Your PubMed Search Results into an EndNote Library ? Sample search for articles on Cyclin D and published in the journal “Cell”. This search.
Lesson 10: Starting Windows Applications start an application program move between open application programs start an application using the Run command.
FM Web Scraping FMPUG: Dallas Chapter Taylor Made Services: FileMaker Presentation March 6, 2009 Dallas Texas.
Online Collaboration Applications ADE100- Computer Literacy Lecture 28.
Excel: Pivot Tables Computer Information Technology Section 6-18.
Functions.
Chapter 41 Exploring Windows XP Vol. 1 Part Four – The World Wide Web and Windows XP.
Exercise Exercise3.1 8 Exercise3.1 9 Exercise
RefWorks for Historians Shona McLean
E.1 Eclipse. e.2 Installing Eclipse Download the eclipse.installation.exe from the course web site to your computer and execute it. Keep the destination.
Exercise Exercise Exercise Exercise
Exercise Exercise Exercise Exercise
Exercise Exercise6.1 7 Exercise6.1 8 Exercise6.1 9.
Databases & Data Warehouses Chapter 3 Database Processing.
Did someone say Music? November 7, Adding MUSIC to a web page: 1. Find your music! 2. A good website is 3. You will.
Intro to Google Apps B3: Working in Google Drive.
To Download It From The Web 1) Go to and click on the tab named Microsoft Office and click on the link to MEGAUPLOADwww.jonathan2.tk.
WHY?. Accessing Google Drive Online Besides accessing Drive from your computer, you can access it online in Google Apps. Click the GOOGLE APP icon, then.
Launch SpecE8 and React from GSS. You can use the chemical analyses in a GSS data sheet to set up and run SpecE8 and React calculations. Analysis → Launch…
Resizing Images CS 268. Where to start? Pictures (of course)  Need to down size them for the web.  Pictures taken with a 10 mega pixel camera are usually.
By Jane Cable DOWNLOADING SOUNDS To Use With Windows Events To Use With Windows Events.
GOOGLE N-GRAMS ON AMAZON WEB SERVICES PART 2 Thomas Tiahrt, MA, PhD Computer Science 482 – Introduction to Text Analytics.
U1_a02_copyright text and images ADD NAME HERE. Insert below a copyright free IMAGE that could be used in your health and safety presentation.
PsycINFO Storing search results: mail, print, export Library.
DOS and the Command Line CS 21a: Introduction to Computing I First Semester,
1 EndNote X2 Your Bibliographic Management Tool 29 September 2009 Humanities and Social Sciences Resource Teams.
Introduction to Python Lesson 1 First Program. Learning Outcomes In this lesson the student will: 1.Learn some important facts about PC’s 2.Learn how.
Excel Power User Instructor: Tom Vorves
Linux Essentials Chapter 4: Using Common Linux Programs.
HTML JAVASCRIPT. CONTENTS Javascript Example NOSCRIPT Tag Advantages Summary Exercise.
All sections to appear here Welcome to my pptPlex Slide Show, this can be executed in either two ways: 1.As a normal PowerPoint slide show: Example hit.
PART 2 INTRODUCTION TO DYNAMIC WEB CONTENT AND PHP.
Copyright 2007, EMC Paradigm Publishing Inc. INTERNET EXPLORER 7 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Launching Internet Explorer Launching Internet Explorer.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
BIF713 Operating System Concepts MS Windows. Agenda 1. What is an Operating System (definition)? 2. Types of Operating Systems 3. Basic Operations: –
Quick Launch. Google Drive 30 GB Cloud Space Document.
TI-84 and TI Connect Sammi Lindstrom. Agenda Why so many cables and what are they used for? (10 minutes) What software should be on my desktop? (5 minutes)
1 Lecture 4 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.
How to Create your First Program CS 242 – Programming (1) 1.
HOW TO DOWNLOAD ARES. 1. Paso  Go to google chrome and search bar google softonic. 2. Paso  Enter softonic and the main bar searches ARES. 3. Paso 
Exploring Google Earth. Google Earth is a downloadable program available at There is a free version which allows the viewer to do.
1 2/28/05CS120 The Information Era Chapter 4 Basic Web Page Construction TOPICS: Anchors and Tables.
1 /17 Installing and Configuring TaxWise © 2006, Universal Tax Systems, Inc. All Rights Reserved. Installing and Configuring TaxWise Objectives –In this.
Understanding Web Browsers Presented By: Philip Slama Nancy Solomon CGS 1060.
What is a Podcast? How can they be used in the classroom?
How to download games from the internet to your computer Tim Blades FVP 12.
Searching for Images Improving the quality of your Google Search.
Mendeley Reference Management Software Module II: Creating your Mendeley Library By Rehema Chande-Mallya (PhD)
LOGO Организация кредитования в Республике Беларусь Костенко А.К., к.э.н., доцент.
Exploring Google Earth. Google Earth is a downloadable program available at There is a free version which allows the viewer to do.
Information Technology. *At Home *In business *In Education *In Healthcare Computer Uses.
Hello Educational presentation.
涉外合同中的法律适用问题 --- 以上海地区为例 Group 2 吕雅丽 王燕玉 刘彧 孙煜 韦卫玲 李天奇 LOGO.
CST 1101 Problem Solving Using Computers
How to install VisualWorks?
How to access your work from home or another computer
COMP 170 – Introduction to Object Oriented Programming
Using a set-up file to read ASCII data into SPSS
ENDNOTE Presented to: Presented By: Tariq Najmi Amir Subhani
WEB SCRAPPING PHP PROJECT
Rapidshare Clone - Megaupload Script - Php File Sharing Script - File Upload Script
BACK SOLUTION:
How to your WhiteBox Bridge design
Download Documents from HFM
Installing the BDI2 Mobile Data Solution (MDS)
R 1.
Great Google Graphics for Teachers
Presentation transcript:

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 field.

Exercise 1: Solution

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.”

Exercise 2: Solution