Skip Menu |

This queue is for tickets about the Socialtext-WikiTest CPAN distribution.

Report information
The Basics
Id: 27273
Status: new
Priority: 0/
Queue: Socialtext-WikiTest

People
Owner: Nobody in particular
Requestors: cpan [...] tobias-tacke.de
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.05
Fixed in: (no value)



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