Hi,

I get the following error. The previous action is opening a remote web site, and it works. Any idea?

# Executing: |assertTitle | preP | |
# Unexpected Exception: 0 -> P, 1 -> e, 2 -> r, 3 -> m, 4 -> i, 5 -> s, 6 -> s, 7 -> i, 8 -> o, 9 -> n, 10 -> , 11 -> d, 12 -> e, 13 -> n, 14 -> i, 15 -> e, 16 -> d, 17 -> , 18 -> t, 19 -> o, 20 -> , 21 -> s, 22 -> e, 23 -> t, 24 -> , 25 -> p, 26 -> r, 27 -> o, 28 -> p, 29 -> e, 30 -> r, 31 -> t, 32 -> y, 33 -> , 34 -> W, 35 -> i, 36 -> n, 37 -> d, 38 -> o, 39 -> w, 40 -> ., 41 -> a, 42 -> l, 43 -> e, 44 -> r, 45 -> t, parseCSV -> function () { var values = this.replace(/\\,/g, "\n").split(","); for (var i = 0; i < values.length; i++) { values[i] = values[i].replace(/\n/g, ",").trim(); } return values; }, trim -> function () { var result = this.replace(/^\s+/g, ""); return result.replace(/\s+$/g, ""); }, lcfirst -> function () { return this.charAt(0).toLowerCase() + this.substr(1); }, ucfirst -> function () { return this.charAt(0).toUpperCase() + this.substr(1); }, startsWith -> function (str) { return this.indexOf(str) == 0; } # recordFailure: Selenium failure. Please report to selenium-devel@lists.public.thoughtworks.org, with details from the logs at the base of the page.

Andreu

--

Andreu Alibés, PhD
Bioinformatics Unit
Centro Nacional de Investigaciones Oncológicas (CNIO)
(Spanish National Cancer Center)
Melchor Fernández Almagro, 3
28029 Madrid (Spain)
Phone: +34 91 224 6900 x2435
Fax: +34 91 224 6980
http://bioinfo.cnio.es/~aalibes


**NOTA DE CONFIDENCIALIDAD** Este correo electrónico, y en su caso los ficheros adjuntos, pueden contener información protegida para el uso exclusivo de su destinatario. Se prohíbe la distribución, reproducción o cualquier otro tipo de transmisión por parte de otra persona que no sea el destinatario. Si usted recibe por error este correo, se ruega comunicarlo al remitente y borrar el mensaje recibido. **CONFIDENTIALITY NOTICE** This email communication and any attachments may contain confidential and privileged information for the sole use of the designated recipient named above. Distribution, reproduction or any other use of this transmission by any party other than the intended recipient is prohibited. If you are not the intended recipient please contact the sender and delete all copies.

_______________________________________________
Selenium-devel mailing list
Selenium-devel@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-devel

Reply via email to