
| Key: |
WTR-103
|
| Type: |
New Feature
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Bret Pettichord
|
| Votes: |
3
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Watir
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
|
|
|
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.
|
|
Description
|
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. |
Show » |
| There are no comments yet on this issue.
|
|