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

Key: WTR-103
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Bret Pettichord
Votes: 3
Watchers: 0
Operations

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

implement IE#element and IE#elements

Created: 20/Sep/06 11:13 PM   Updated: 24/Nov/08 02:04 PM
Component/s: HTML Controls
Affects Version/s: None
Fix Version/s: Soon

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Instead of specifying the tag you are looking for, you will only specify an attribute of that tag.

Example:

instead of

ie.link(:id, "id").click

you could click the same link with

ie.element(:id, "id").click

Usable when you know an attribute of a tag, but do not know the tag type.

 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.