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

Key: WTR-271
Type: Bug Bug
Status: Resolved Resolved
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: 22/Apr/09 01:59 PM
Component/s: FireWatir
Affects Version/s: 1.6.2
Fix Version/s: 1.7.0

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"



 All   Comments   Change History      Sort Order:
Bret Pettichord - 24/Nov/08 02:13 PM
Committed to trunk last week.