LearnBoost / soda

Selenium Node.JS adapter
http://labs.learnboost.com
464 stars 43 forks source link

Support using POST request if command length is larger than 2K #19

Closed tszming closed 13 years ago

tszming commented 13 years ago

Selenium RC can support POST request: http://svn.openqa.org/fisheye/changelog/selenium-rc/?cs=1898, this update allow the client to switch to use POST if the URL's is too long.

See also: http://jira.openqa.org/browse/SRC-50

tj commented 13 years ago

merged thanks