Hi Folks,

I found a strange log-message:
---------------------
test:
[property]  INFO (com.canoo.webtest.engine.Configuration) - set option 
<JavaScriptEnabled> to value <true>
[property]  INFO (com.canoo.webtest.engine.Configuration) - Exception while 
trying to set boolean option: 
com.gargoylesoftware.htmlunit.WebClient.setautorefresh(boolean)
[property]  INFO (com.canoo.webtest.engine.Configuration) - Exception while trying to set 
integer option: For input string: "true"
[property]  WARN (com.canoo.webtest.engine.Configuration) - Unknown option 
<autorefresh>. Ignored.
[property]  INFO (com.canoo.webtest.steps.Step) - >>>> Start Step: steps (1/2)
[property]  INFO (com.canoo.webtest.steps.Step) - >>>> Start Step: invoke "check 
start page of the portal." (1/2)
---------------------

This is the configuration option in one of my webtests files:

<config host="${webgate.name}" protocol="https" > <option name="JavaScriptEnabled" value="true"/>
        <option name="autorefresh" value="true"/>
</config> 

------------------
http://webtest.canoo.com/webtest/manual/config.html


anything wrong with that?
Oh, I'm using: Canoo Webtest: R_1724.

Thanks for any hints. ;-)

Michael Michael Habbert Key-Work Consulting GmbH | Kriegsstr. 100 | 76133 Karlsruhe | Germany | www.key-work.de
Fon: +49-721-78203-269 | E-Mail: michael.habb...@key-work.de | Fax: 
+49-721-78203-10

Key-Work Consulting GmbH Karlsruhe, HRB 108695, HRG Mannheim
Geschäftsführer: Andreas Stappert, Tobin Wotring
_______________________________________________
WebTest mailing list
WebTest@lists.canoo.com
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to