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

Key: SRC-319
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
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

Perl client can't run scripts longer than about 2K

Created: 13/Aug/07 06:17 PM   Updated: 30/Dec/08 07:10 PM
Component/s: Client Driver - Perl
Affects Version/s: None
Fix Version/s: 1.0 beta 2


 Description  « Hide
Try doing a runScript command with a 4k script. The Server will complain that Request URI is too long, because the clients are configured to use GET requests.

In RC revision 1898, the server has been updated to support POST requests. The client should be updated to use this feature.



 All   Comments   Change History      Sort Order:
Haw-Bin Chai - 21/May/08 09:59 PM
Fixed in r2299.