Lost your password?

Blogs about: Watir

Featured Blog

Watir : Methods supported by Element

juggernautfreak wrote 5 days ago: Watir : Methods supported by Element Watir : Methods supported by Element Courtesy of bret. Methods … more →

Tags: technology, 1, watir, Element, Methods, HTML

Happy 5th Birthday to two great open source projects

Alister Scott wrote 3 weeks ago: November 2009 marks the fifth birthday of two great open source projects, both of which I couldn … more →

Tags: firewatir, Internet, firefox, Happy Birthday!, LinkedIn, Open-Source

Spreadsheet read/write sample

juggernautfreak wrote 3 weeks ago: require "watir" require "spreadsheet/Excel" include Spreadsheet def read_write_x … more →

Tags: technology, watir, Excel, Read, spreadsheet, write, .xls

Deleting cookies in watir

juggernautfreak wrote 3 weeks ago: require ‘fileutils’ $cookieDir = “C:\\Documents and Settings\\#{ENV['USERNAME']}\\Cookies” FileUtils … more →

Tags: technology, watir, Cookie

Getting text and checking if it contains the string

juggernautfreak wrote 3 weeks ago: Grab the text from the object on the page. Set = $ie.text_field(:id,”info_set”).text Now check if th … more →

Tags: technology, watir

ci_report customized stylesheet

juggernautfreak wrote 3 weeks ago: <?xml version="1.0" encoding="UTF-8"?> <html xsl:version="1.0 … more →

Tags: technology, watir, ci_reporter, xml, XSL, Result

javascript popup clicker

juggernautfreak wrote 3 weeks ago: require 'fileutils' require 'win32ole' def check_for_popups(title="Message from webpage", … more →

Tags: technology, watir, IE, javascript, pop-up, AutoIt

Bug fix on ie.close ver. watir-1.6.2 (optional)

juggernautfreak wrote 3 weeks ago: Edit c:/ruby/lib/ruby/gems/1.8/gems/watir-1.6.2/lib/watir/ie-class.rb def close return unless exists … more →

Tags: technology, watir, Close, IE

ci_reporter add date on xml filename result (optional)

juggernautfreak wrote 3 weeks ago: Edit C:\ruby\lib\ruby\gems\1.8\gems\ci_reporter-x.x.x\lib\ci\reporter\report_manager.rb def write_re … more →

Tags: technology, watir, Ruby, ci_reporter, xml

Rufus scheduler sample

juggernautfreak wrote 3 weeks ago: require 'filetorun' require 'rufus/scheduler' class Scheduler def start scheduler = Rufus::Scheduler … more →

Tags: technology, rufus, Report, Scheduler

Sending email with attachment in Ruby using Ruport gem

juggernautfreak wrote 3 weeks ago: require 'ruport' require 'ruport/util' r = Ruport::Report.new r.add_mailer :default, :host => … more →

Tags: technology, Attachment, eMail, ruport, Ruby

Watir 1.6.5 Released

Alister Scott wrote 4 weeks ago: Version 1.6.5 For the latest version of release notes, please see http://github.com/bret/watir/blob/ … more →

Tags: Releases, Release

Watir - handling hidden process in windows2 comments

raveendran wrote 1 month ago: Code: def running(a) running=`tasklist` if running.include?(a) puts “#{a} is already running i … more →

Tags: Ruby, handling windows, Hidden process, hidden windows

Watir -- Basic Authentication window Handling

raveendran wrote 1 month ago: Code: require ‘rubygems’ require ‘firewatir’ include FireWatir browser=Firef … more →

Tags: Testing, authentication window, autoamtion using watir, firewatir, watir authentication

Watir vs Selenium5 comments

raveendran wrote 1 month ago: Watir — Opens browser as a normal way how the user opens it. Selenium — Create object fo … more →

Tags: selenium, Selenium Grid, qa, watir vs selenium, selenium vs watir, vs, watir and selenium, selenium and watir

Alot to do lately

Sigge wrote 1 month ago: I have been busy with alot of things lately, keeping myself away from spare time blogging. So I just … more →

Tags: Agile, Öredev, test, kanban, Lean, Ruby, Cucumber, cloud

Watir centralised XML reports - ci_reporter and Ubuntu

Keith Hughes wrote 2 months ago: After building a reliable( and free)  bunch of  regression test machines with Ubuntu and Firewatir I … more →

Tags: ci_reports, samba, ubuntu

My Watir Test template

Keith Hughes wrote 2 months ago: I use this template for my current framework which uses rake to run the tests and ci_reporter to gen … more →

Tags: Uncategorized

My Firewatir on Ubuntu 9 setup

Keith Hughes wrote 2 months ago: I’ve had to do this numerous times and absolutely had to create a list of steps. Without a lis … more →

Tags: Uncategorized


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS