Pages
-
Recent Posts
- Announcing ‘responsalizr’ – test HTTP Response Codes in Ruby
- Bewildr + Cucumber Example
- Counting strings in a file: Ruby vs Windows Command shell
- IronRuby vs. Gherkin – a temporary fix
- Learning Ruby? Here’s the book for you…
- Announcing ‘bewildr’ – test your WPF UI apps with IronRuby
- How to get the submodules of a ruby module
Recent Comments
- DotNetDevDude on Bewildr + Cucumber Example
- Nat on Counting strings in a file: Ruby vs Windows Command shell
- Neil on Counting strings in a file: Ruby vs Windows Command shell
- Andrew Grimm on Stop Ruby’s Test::Unit suite files running all your tests
- Nat on How to connect to an Oracle database in IronRuby
Tags
Abbot agile agile testing Automated Testing bewildr Books cheat sheet cucumber database Data Conversion Testing Example Code Exceptions FireBug Firefox Firewatir fitnesse Fix Internet Explorer IronRuby ISEB Java mac os x Maximo Mistakes MS Access NetBeans QA Rational Functional Tester Regular Expressions RQuery RSpec Ruby Ruby on Rails Safari SQL sqlite Standards Test::Unit Test Case Management Test Data testing Tools WATIR white win32oleCategories
- agile
- Automated Testing
- bewildr
- Books
- cucumber
- Data Conversion Testing
- Example Code
- fitnesse
- General Testing Stuff
- IronRuby
- Links
- Making Life Easier
- Manual Testing
- Mistakes
- Rational Functional Tester
- responsalizr
- RQuery
- RSpec
- Ruby
- Ruby on Rails
- Test Data
- Test Driven Development
- Test Management
- Test Management
- Test::Unit
- Testing Theory
- Tools
- Uncategorized
- WATIR
- white
- win32ole
Meta
This work by Nathaniel Ritmeyer is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported.
Tag Archives: Firefox
Fix for Firewatir visible? method
The visible? method in the ruby Firewatir 1.6.2 gem isn’t great. After some hunting around, I ended up here and found a working monkeypatch. Here’s the code: class Element def visible? assert_exists jssh_command = "var val = ‘true’; var str … Continue reading
Posted in Automated Testing, Example Code, Ruby, Tools, WATIR
Tagged Automated Testing, Example Code, Firefox, Firewatir, Fix, Ruby, Tools, WATIR
Leave a comment
FireWatir JSSH “Unable to connect” – FIXED!
Firewatir is awesome. But… sometimes Firefox takes too long to load (eg: if you have loads of plugins) causing firewatir to timeout and give the following error: Unable to connect to machine : 127.0.0.1 on port 9997. Make sure that … Continue reading
Posted in Automated Testing, Example Code, Ruby, Tools, WATIR
Tagged Automated Testing, Example Code, Firefox, Firewatir, Fix, Ruby, WATIR
2 Comments
IE Developer Toolbar
Firefox and FireBug make a great combination. It makes working with Watir nice and easy. Unfortunately, some apps refuse to work with FireFox (IBM Maximo and Oracle SPL Customer Care and Billing, aka: “CC&B” are examples), so MSIE is the … Continue reading
More WATIR news…
It looks like WATIR is becoming more and more tempting to use as a full-blown test automation tool… The one thing that was keeping me away was that it only works with Microsoft Internet Explorer. No more! I’ve discovered that … Continue reading














