Subject: | expand interface |
I miss an interface to set the "browser" option für SeleniumRC and
there is no hint in pod, how to set it.
It's done with
<code>
$ENV{selenium_browser} = '*iexplore';
# Use IE for test
</code>
before you call the new() constructor. Please add this in the
constructor options.
Even I miss an interface for the timeout-option and no hint in pod.
It's done with
<code>
$wikiTestObject->{selenium_timeout} = 15000;
# wait max. 1.5 seconds after each click
</code>
after you call the new() constructor.
Please add some method for it or describe it in pod.
Thanks
tobiwan