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

NAME

Test::WWW::Selenium::Sencha - Selenium-based testing for Sencha apps

VERSION

version 0.001

SYNOPSIS

    #!/usr/bin/perl
    #(sometest.t)

    use Test::WWW::Selenium::Sencha;

    my $sel = Test::WWW::Selenium::Sencha->new( host => 'localhost',
                                                port => 4444,
                                                browser_url => 'http://127.0.0.1:3000/' );

    ...

    $sel->click_grid_tbar('testname',0);

DESCRIPTION

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

AUTHORS

Created by: Pete Lytle <plytle@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2011 Pete Lytle <plytle@cpan.org>

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.