cpan-selenium-rc-perl icon indicating copy to clipboard operation
cpan-selenium-rc-perl copied to clipboard

Test-WWW-Selenium Perl Selenium RC Driver

Results 13 cpan-selenium-rc-perl issues
Sort by recently updated
recently updated
newest added

In Debian we are currently applying the following patch to Test-WWW-Selenium. We thought you might be interested in it too. Description: Fix spelling error in manpage Author: Lucas Kanashiro Last-Updated:...

Hi, I was installing `WWW::Selenium` (1.25) with `cpan` and the `Test::WWW::Selenium` (1.25) module failed at the testing phase. So I forced the install. But for your own info, here is...

``` PERL_DL_NONLAZY=1 /home/cpan/pit/thr/perl-5.16.2/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t Can't locate Devel/REPL/Plugin.pm in @INC (@INC contains: lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/Test-WWW-Selenium-1.34/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/Test-WWW-Selenium-1.34/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/Encode-Locale-1.03/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/Encode-Locale-1.03/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/HTTP-Date-6.02/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/HTTP-Date-6.02/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/IO-HTML-0.04/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/IO-HTML-0.04/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/LWP-MediaTypes-6.02/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/LWP-MediaTypes-6.02/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/URI-1.60/blib/lib /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/URI-1.60/blib/arch /home/cpan/pit/thr/conf/perl-5.16.2/.cpanplus/5.16.2/build/HTTP-Message-6.06/blib/lib...

I have an application which is invoked by a scheduler, i.e., unattended. Attached is a demo version of it, which very reliably reproduces the problem, under the right conditions, detailed...

Dear maintainers, I am using `WWW::Selenium` for some time now, a very useful module. Thank you folks making it happen. I always used `$sel->select_window(title='some string or other')` but I recently...

Running the code from the man page on a freshly downloaded selenium-server-standalone-3.141.59.jar gives: ``` 1..5 Error requesting http://localhost:4444/selenium-server/driver/: 404 Not Found # Looks like your test exited with 255 before...

when you run tests, you get: Error: Can't locate t/WWW/Selenium.pm in @ INC ``` 21:22:18 19131 ERROR [463]: + /usr/bin/make test 21:22:18 19131 ERROR [463]: PERL_DL_NONLAZY=1 "/usr/local/cpanel/3rdparty/perl/528/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e"...

In order to build the repository on Travis-CI, you'll have to login to Travis-CI as yourself and then change the README.md as specified here. Then the button will properly reflect...

Fixed bug in get_string_array where instead of correctly returning an empty array when there are no results it returns an array containing a single empty string. The new code uses...

I just started to use the module but the test script generated by Perl formatter failed due to lack of get_css_count method. I updated iedoc.xml to latest one from selenium-2.40.0....