History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-233
Type: New Feature New Feature
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: aidy
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Watir

FireWatir does not allow multiple object recognition

Created: 30/Jul/08 11:19 AM   Updated: 28/Oct/08 06:01 PM
Component/s: FireWatir
Affects Version/s: None
Fix Version/s: 1.6.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. File container.rb (30 kb)
2. File firewatir.rb (46 kb)
3. File htmlelements.rb (63 kb)
4. Text File jira-233.patch (20 kb)
5. File MozillaBaseElement.rb (80 kb)

Environment: 1.1.1


 Description  « Hide
FireWatir does not allow multiple object recognition unlike Watir

 All   Comments   Work Log   Change History      Sort Order:
aidy - 18/Sep/08 05:12 PM
minor changes

aidy - 18/Sep/08 05:12 PM
minor changes

aidy - 18/Sep/08 05:15 PM
added collections at the bottom of the file

aidy - 18/Sep/08 05:17 PM
additional collections

Bret Pettichord - 19/Sep/08 09:02 AM
Code is based on
 FireWatir 121

Bret Pettichord - 22/Sep/08 02:18 PM
I started with https://svn.openqa.org/svn/watir/tags/firewatir-1.2.1, added these files and then ran mozilla_all_tests.rb. Every test failed.

The problems seem to be due to moving some classes into the FireWatir module. Although a good idea in general, it is unrelated to this issue and something has gone wrong with it.

Until I can get this code working with 1.2.1 i can't even begin to try and merge it with trunk.

Bret Pettichord - 22/Sep/08 02:55 PM
I created this patch from the submitted files, backing out the following changes:
* backed out the valiant effort to put the firewatir classes in the firewatir module.
* backed out the puts statements

After making these changes, i was able to get mozilla_all_tests.rb to run as well with these changes as they did beforehand.

Bret Pettichord - 22/Sep/08 04:53 PM
Code committed in revsion 1439