Ticket #119 (new defect)
Opened 12 months ago
Problems using REXML and Firewatir
| Reported by: | tcblues | Owned by: | ser |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | DOM | Version: | 3.1.4 |
| Severity: | normal | Keywords: | |
| Cc: | Ruby version: | 1.8.5 | |
| Operating system: | Linux |
Description
I'm using this: require 'firewatir' require "rexml/document" include REXML
And I'm having problems when I'm requiring firewatir and REXML but not if I require 'watir' instead of firewatir.
When I use rexml even if I'm not using firewatir (only requiring it) I'm having an error: NoMethodError?: undefined method `each' for nil:NilClass
Note: See
TracTickets for help on using
tickets.
