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

Key: SEL-30
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Dan Fabulich
Votes: 1
Watchers: 0
Operations

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

report response time on calls to server

Created: 09/Feb/05 05:32 AM   Updated: 18/Jul/07 12:27 PM
Component/s: Performance/Stability
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide
It has been requested that we provide functionality to record the time it takes to download the contents of a page.

Perhaps this can be done intially for the 'open' command, and later for 'click' and others.

 All   Comments   Work Log   Change History      Sort Order:
dhwang - 18/Jul/07 12:27 PM
Would these be correct steps?
1. collect start time in getNextCommand
2. collect end time in commandCompleted
3. if currentCommand.command == "open" display time diff on 3rd column