The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Test::WWW::Selenium"

Test::WWW::Selenium - Test applications using Selenium Remote Control River stage one • 8 direct dependents • 9 total dependents

This module is a WWW::Selenium subclass providing some methods useful for writing tests. For each Selenium command (open, click, type, ...) there is a corresponding "<command>_ok" method that checks the return value (open_ok, click_ok, type_ok). For ...

MATTP/Test-WWW-Selenium-1.36 - 15 May 2013 21:58:48 UTC

Test::WWW::Selenium::HTML - Run Selenium HTML tests directly River stage zero No dependents

APNIC/Test-WWW-Selenium-HTML-0.02 - 04 Nov 2013 23:21:25 UTC

Test::WWW::Selenium::More - More tools for Selenium testing River stage zero No dependents

This module provides method chaining and some useful tools for Selenium testing. If you are new to this module or Selenium testing in general, see the Test::WWW::Selenium::More::Manual. This library extends Test::WWW::Selenium. Method chaining is ava...

KABLAMO/Test-WWW-Selenium-More-0.12 - 17 May 2012 12:41:46 UTC

Jifty::Test::WWW::Selenium - Subclass of Test::WWW::Selenium with extra Jifty integration River stage two • 33 direct dependents • 33 total dependents

Jifty::Test::WWW::Selenium creates a Test::WWW::Selenium object associated with your jifty application to test. In addition, it starts selenium remote control for you, unless "SELENIUM_RC_SERVER" is specified when the test is run. You might also want...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Test::WWW::Selenium::Sencha - Selenium-based testing for Sencha apps River stage zero No dependents

Adds Sencha-specific testing methods to Test::WWW::Selenium...

PLYTLE/Test-WWW-Selenium-Sencha-0.001 - 10 Mar 2012 03:14:34 UTC

Test::WWW::Selenium::Catalyst - Test your Catalyst application with Selenium River stage zero No dependents

BOBTFISH/Test-WWW-Selenium-Catalyst-0.07 - 16 Sep 2011 08:32:34 UTC

Test::WWW::Selenium::Conversion::IDE River stage zero No dependents

How to use Follow instructions found to download and start the Selenium Server, and you should take into account what the selenium docs say about running this. You may also need a webserver to serve you a dev version of your website (if that is what ...

SETITESUK/Test-WWW-Selenium-Conversion-IDE-0.5 - 29 Feb 2012 14:22:34 UTC

lib/Test/WWW/Selenium/Sencha/Component.pm River stage zero No dependents

PLYTLE/Test-WWW-Selenium-Sencha-0.001 - 10 Mar 2012 03:14:34 UTC

Catalyst::Test - Test Catalyst Applications River stage three • 603 direct dependents • 677 total dependents

This module allows you to make requests to a Catalyst application either without a server, by simulating the environment of an HTTP request using HTTP::Request::AsCGI or remotely if you define the CATALYST_SERVER environment variable. This module als...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC

Test::WWW::WebKit - Perl extension for using an embedding WebKit engine for tests River stage one • 1 direct dependent • 1 total dependent

Test::WWW::WebKit is a drop-in replacement for Test::WWW::Selenium using Gtk3::WebKit as browser instead of relying on an external Java server and an installed browser. EXPORT None by default....

NINE/Test-WWW-WebKit-0.05 - 16 Nov 2016 08:05:25 UTC

Test::WWW::WebKit2 - Perl extension for using an embedding WebKit2 engine for tests River stage one • 1 direct dependent • 1 total dependent

Test::WWW::WebKit2 is a drop-in replacement for Test::WWW::Selenium using Gtk3::WebKit2 as browser instead of relying on an external Java server and an installed browser. EXPORT None by default....

PVH/Test-WWW-WebKit2-0.113 - 09 Feb 2022 13:55:51 UTC

Test::WWW::Jasmine - Run Jasmine test specs for JavaScript from Perl River stage zero No dependents

This module implements Perl test runner for JavaScript test specs that use Jasmine BDD framework. Test::WWW::Jasmine uses WWW::Selenium to run tests in a browser, thus making possible to test complex JavaScript applications that rely heavily on DOM a...

TOKAREV/Test-WWW-Jasmine-0.02 - 23 Jun 2012 02:49:56 UTC

lib/Test/Selenium/Remote/WebElement.pm River stage two • 10 direct dependents • 12 total dependents

This is an *experimental* addition to the Selenium::Remote::Driver distribution, and some interfaces may change....

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC

Dancer::Plugin::Test::Jasmine - Inject and run Jasmine tests in your web pages River stage zero No dependents

This plugin helps running Jasmine <http://jasmine.github.io> tests for your Dancer application. If the plugin is enabled, a request with queries having one or more "test" fields will make the application inject the Jasmine library and the tests in th...

YANICK/Dancer-Plugin-Test-Jasmine-0.2.0 - 06 May 2015 20:51:44 UTC

lib/Test/WebDriver.pm River stage zero No dependents

LUKEC/Test-WebDriver-0.01 - 23 May 2012 00:11:35 UTC

Jifty::Test::WWW::WebDriver - Subclass of Test::WebDriver with extra Jifty integration River stage two • 33 direct dependents • 33 total dependents

Jifty::Test::WWW::WebDriver creates a Test::WebDriver object associated with your jifty application to test. In addition, it starts Selenium server for you, unless it finds a server already running. You can specify where to look for the Selenium serv...

ALEXMV/Jifty-1.50430 - 30 Apr 2015 20:48:27 UTC

Test::WWW::WebKit::Catalyst - Perl extension for using an embedding WebKit engine for Catalyst tests River stage zero No dependents

Test::WWW::WebKit::Catalyst is a drop-in replacement for Test::WWW::Selenium::Catalyst using Gtk3::WebKit as browser instead of relying on an external Java server and an installed browser. EXPORT None by default....

NINE/Test-WWW-WebKit-Catalyst-0.02 - 01 Oct 2013 20:53:06 UTC

Test::WWW::WebKit2::Catalyst - Perl extension for using an embedding WebKit engine for Catalyst tests River stage zero No dependents

Test::WWW::WebKit2::Catalyst is a drop-in replacement for Test::WWW::Selenium::Catalyst using Gtk3::WebKit2 as browser instead of relying on an external Java server and an installed browser. EXPORT None by default....

JCARTY/Test-WWW-WebKit2-Catalyst-0.1 - 10 Feb 2020 08:45:15 UTC

Test::Selenium::Remote::Driver - add testing methods to Selenium::Remote::Driver River stage two • 10 direct dependents • 12 total dependents

A subclass of Selenium::Remote::Driver which provides useful testing methods. This is an *experimental* addition to the Selenium::Remote::Driver distribution. Some interfaces may change....

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC
19 results (0.042 seconds)