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

Key: SRC-270
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Dan Fabulich
Reporter: Dan Fabulich
Votes: 0
Watchers: 0
Operations

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

Allow Java users to configure client->server timeout

Created: 04/Jul/07 05:22 PM   Updated: 12/Aug/08 05:37 PM
Component/s: Client Driver - Java
Affects Version/s: None
Fix Version/s: None

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


 Description  « Hide
setTimeout configures the timeout on the browser side; the Selenium Server -timeout argument configures the timeout on the Selenium Server side waiting for the browser or waiting for the client. But there's no way to configure the client->server timeout on the end user side.

We'd need to use setConnectTimeout() + set readTimeout() on HttpURLConnection; the default timeout is 0 (infinite.)

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