Name: [084] Robert Marchetti
Member: 36 months
Authored: 11 videos
Description: President of Stone Circle Technologies Inc. in Salem, MA. Developer of the IE automation tool P.A.M.I.E (Python Automation module for IE)which is written in python. Scripting Languages: Groovy, Python and Ruby. Test Tools: Pamie, QTP, WatiJ, Watir. Musician: Bass Guitar, Electric/Acous ...

[1472] Script a simple Google search with WATIR using Elipse (1/4)

in series: Web Testing with Open Source tools - Overview and example

video tutorial by Robert Marchetti

(Showmedo is undergoing major changes. To report any problems viewing the videos please email us and include browser and OS specifics. Cheers - Kyran.)

This is the first in the series on how to Script a simple Google search with WATIR using Eclipse as the IDE.

Video Tutorials related by tag:

webtesting ruby eclipse automation WATIR

Got any questions?

Get answers in the ShowMeDo Learners Google Group.

Video statistics:

  • Video's rank shown in the most popular listing
  • Video plays: 206 (since July 30th)
  • Plays in last week: 4
  • Published: 8 months ago
require "watir"

url = "www.google.com"

 ie = Watir::IE.new
 
 ie.goto url
 
ie.text_field(:name, "q").set "showmedo.com"

ie.button(:name, "btnG").click




 

Thank-yous, questions and comments

If this video tutorial was helpful please take some time to say thank-you to the authors for their hard work. Feel free to ask questions. Let the author know why their video tutorial was useful - what are you learning about? Did the video tutorial save you time? Would you like to see more?

You may also want to see our ShowMeDo Google Group to speak to our active users and authors.

Please provide your email address (won't be published)

Your video has been edited. This is an automatic post by ShowMeDo.


Now it plays2 times.


Not working for me right now. Mozilla Firefox 3.0.10 Windows XP SP3, Flash 10


Your video has been edited. This is an automatic post by ShowMeDo.


Kudos and Thanks for Robert

Learn Python the easy way!
If you want to learn the Python programming language from a very gentle start or are looking to increase your ability to do cool things with Python, check out our club
View this series as a one-page learning-path
This feature is for club members. Click here to find out more.
Your email address will not be published.

Show some quick comments >>








By the Same Author

Robert Marchetti This is a short tutorial on using ChickenFoot for Automation in Firefox. You can edit run [...]
Robert Marchetti This series will take you through all the aspects of using Python and Selenium for Web Te [...]
Robert Marchetti P.A.M.I.E. - stands for Python Automated Module For I.E. Pamie's main use is for testin [...]
Robert Marchetti The is a short Hello World screen casting on using Python 3.0 and Ulipad. Ulipad support [...]
Robert Marchetti This ShowMeDo tutorial will show you how to install macports, ruby and Eclipse. Once ins [...]
Robert Marchetti This tutorial is a short Hello World tutorial on setting up the free IDE Eclipse w/ Pyd [...]