
| Key: |
SEL-319
|
| Type: |
Bug
|
| Status: |
Open
|
| Priority: |
Minor
|
| Assignee: |
Unassigned
|
| Reporter: |
Mike Williams
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
Selenium
Created: 20/Sep/06 02:37 AM
Updated: 08/Nov/06 05:35 PM
|
|
| Component/s: |
Documentation
|
| Affects Version/s: |
0.8.0
|
| Fix Version/s: |
None
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The "Selenium Accessors" section of the manual lists "storeXXX" actions as the primary commands. This is misleading, since users are probably more interested in assertions.
Also, the per-accessor document does read well in the context of "store", e.g.
storeTitle ( variableName )
Gets the title of the current page.
It may be better to document just the accessors itself, directly, e.g.
getTitle()
Gets the title of the current page.
and, separately, explain how assert/verify/waitFor/store commands are derived from the accessors.
|
|
Description
|
The "Selenium Accessors" section of the manual lists "storeXXX" actions as the primary commands. This is misleading, since users are probably more interested in assertions.
Also, the per-accessor document does read well in the context of "store", e.g.
storeTitle ( variableName )
Gets the title of the current page.
It may be better to document just the accessors itself, directly, e.g.
getTitle()
Gets the title of the current page.
and, separately, explain how assert/verify/waitFor/store commands are derived from the accessors.
|
Show » |
|