[cl-selenium-devel] Returned values not handled correctly
Chaitanya Gupta
mail at chaitanyagupta.com
Sat May 17 23:33:57 UTC 2008
Hi,
I just checked out cl-selenium and I must say I am very happy to see
such a library for CL. However, there is a problem with cl-selenium in
the way it handles values returned by the Selenium server in respone to
"Actions" or "Accessors". Specifically,
1. Return types aren't really taken care of. e.g. DO-GET-ALL-FIELDS
should return a list (or an array) of strings, as is returned by
getAllFields (from the Selenium API); however, it returns only one
string. iedoc.xml specifies the return types of all the functions.
2. DO-GET-HTML-SOURCE fails to return the complete source if the page
source contains any commas. This is because EXECUTE splits the the HTTP
response on the comma (using split-sequence), and returns only the
second value of this list.
Is there any patch on the way for these bugs? If not, I'll be happy to
contribute.
cheers,
Chaitanya
More information about the cl-selenium-devel
mailing list