Issue Details (XML | Word | Printable)

Key: SRC-321
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

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

Created: 13/Aug/07 06:18 PM   Updated: 30/Dec/08 07:11 PM   Resolved: 21/May/08 11:39 PM
Component/s: Client Driver - Python
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.



Sort Order: Ascending order - Click to sort in descending order
Haw-Bin Chai added a comment - 21/May/08 11:39 PM

Fixed in r2301.