November 2009 marks the fifth birthday of two great open source projects, both of which I couldn’t live without. Firefox was first released on November 9th, 2004. I remember first installing it … more →
WatirMelonjuggernautfreak wrote 5 days ago: Watir : Methods supported by Element Watir : Methods supported by Element Courtesy of bret. Methods … more →
Alister Scott wrote 3 weeks ago: November 2009 marks the fifth birthday of two great open source projects, both of which I couldn … more →
juggernautfreak wrote 3 weeks ago: require "watir" require "spreadsheet/Excel" include Spreadsheet def read_write_x … more →
juggernautfreak wrote 3 weeks ago: require ‘fileutils’ $cookieDir = “C:\\Documents and Settings\\#{ENV['USERNAME']}\\Cookies” FileUtils … more →
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 →
juggernautfreak wrote 3 weeks ago: <?xml version="1.0" encoding="UTF-8"?> <html xsl:version="1.0 … more →
juggernautfreak wrote 3 weeks ago: require 'fileutils' require 'win32ole' def check_for_popups(title="Message from webpage", … more →
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 →
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 →
juggernautfreak wrote 3 weeks ago: require 'filetorun' require 'rufus/scheduler' class Scheduler def start scheduler = Rufus::Scheduler … more →
juggernautfreak wrote 3 weeks ago: require 'ruport' require 'ruport/util' r = Ruport::Report.new r.add_mailer :default, :host => … more →
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 →
raveendran wrote 1 month ago: Code: def running(a) running=`tasklist` if running.include?(a) puts “#{a} is already running i … more →
raveendran wrote 1 month ago: Code: require ‘rubygems’ require ‘firewatir’ include FireWatir browser=Firef … more →
raveendran wrote 1 month ago: Watir — Opens browser as a normal way how the user opens it. Selenium — Create object fo … more →
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 →
Keith Hughes wrote 2 months ago: After building a reliable( and free) bunch of regression test machines with Ubuntu and Firewatir I … more →
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 →
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 →