Issue Details (XML | Word | Printable)

Key: WTR-271
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Tiffany Fodor
Votes: 0
Watchers: 0
Operations

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

'set' method is not available to select_list objects in FireWatir

Created: 13/Nov/08 11:34 AM   Updated: 03/Mar/10 04:06 AM   Resolved: 24/Nov/08 02:13 PM
Component/s: FireWatir
Affects Version/s: 1.6.2
Fix Version/s: 1.6.5

Environment: Windows Vista, XP


 Description  « Hide

The 'set' method is not available for select_list objects in FireWatir version 1.6.2.

Here's the irb output:

irb> $browser.select_list(:name, 'quoteState').set('Alaska')
=> "TypeError: elements_select[1].set is not a function"



Sort Order: Ascending order - Click to sort in descending order
Bret Pettichord added a comment - 24/Nov/08 02:13 PM

Committed to trunk last week.