
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
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.)
|
|
Description
|
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.) |
Show » |
| There are no comments yet on this issue.
|
|