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

NAME

Parse::Selenese::Command - A Selenese Command

VERSION

version 0.006

SYNOPSIS

  use Parse::Selenese;

DESCRIPTION

Parse::Selenese consumes Selenium Selenese Test Cases and Suites and can turn them into Perl.

Functions

BUILD

Moose method that runs after object initialization and attempts to parse whatever content was provided.

as_html

Return the command in HTML (Selenese) format.

as_HTML

An alias to as_html

as_perl

Return the command as a string of Perl.

NAME

Parse::Selenese - Parse Selenium Selenese Test Cases and Suites

AUTHOR

Theodore Robert Campbell Jr <trcjr@cpan.org>

SEE ALSO

LICENSE

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

AUTHOR

Theodore Robert Campbell Jr <trcjr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Theodore Robert Campbell Jr.

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