/Parse-Selenese

Perl module to parse Selenese

Primary LanguagePerl

NAME

Parse::Selenese - Parser for Selenese

VERSION

version 0.005

SYNOPSIS

use Parse::Selenese;

DESCRIPTION

Parse::Selenese makes it easy to parse Selenium Test Suites and Test Cases from their HTML format into Perl.

Functions

Parse::Selenese::parse($file_name|$content|%args)

Return a Parse::Selenese::TestCase, Parse::Selenese::TestSuite or undef if unable to parse the file name or content.

NAME

Parse::Selenese - Easy Selenium Test Suite and Test Case parsing.

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.

SUPPORT

Bugs / Feature Requests

Please report any bugs or feature requests by email to bug-parse-selenese at rt.cpan.org, or through the web interface at http://rt.cpan.org/Public/Dist/Display.html?Name=Parse-Selenese. You will be automatically notified of any progress on the request by the system.

Source Code

This is open source software. The code repository is available for public review and contribution under the terms of the license.

https://github.com/trcjr/Parse-Selenese

git clone https://github.com/trcjr/Parse-Selenese.git

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.