|
|
@@ -1,14 +1,10 @@
|
|
|
package Selenium::Remote::WebElement;
|
|
|
|
|
|
+# ABSTRACT: Representation of an HTML Element used by Selenium Remote Driver
|
|
|
+
|
|
|
use Moo;
|
|
|
use Carp qw(croak);
|
|
|
|
|
|
-=head1 NAME
|
|
|
-
|
|
|
-Selenium::Remote::WebElement - Representation of an HTML Element used by Selenium Remote Driver
|
|
|
-
|
|
|
-=cut
|
|
|
-
|
|
|
=head1 DESCRIPTION
|
|
|
|
|
|
Selenium Webdriver represents all the HTML elements as WebElement. This module
|
|
|
@@ -444,39 +440,3 @@ sub describe {
|
|
|
}
|
|
|
|
|
|
1;
|
|
|
-
|
|
|
-=head1 SEE ALSO
|
|
|
-
|
|
|
-For more information about Selenium , visit the website at
|
|
|
-L<http://code.google.com/p/selenium/>.
|
|
|
-
|
|
|
-=head1 BUGS
|
|
|
-
|
|
|
-The Selenium issue tracking system is available online at
|
|
|
-L<http://github.com/gempesaw/Selenium-Remote-Driver/issues>.
|
|
|
-
|
|
|
-=head1 CURRENT MAINTAINER
|
|
|
-
|
|
|
-Daniel Gempesaw C<< <gempesaw@gmail.com> >>
|
|
|
-
|
|
|
-=head1 AUTHOR
|
|
|
-
|
|
|
-Perl Bindings for Selenium Remote Driver by Aditya Ivaturi C<< <ivaturi@gmail.com> >>
|
|
|
-
|
|
|
-=head1 LICENSE
|
|
|
-
|
|
|
-Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
|
|
|
-
|
|
|
-Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
-you may not use this file except in compliance with the License.
|
|
|
-You may obtain a copy of the License at
|
|
|
-
|
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
|
|
-
|
|
|
-Unless required by applicable law or agreed to in writing, software
|
|
|
-distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
-WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
-See the License for the specific language governing permissions and
|
|
|
-limitations under the License.
|
|
|
-480: hit eof while in pod documentation (no =cut seen)
|
|
|
- this can cause trouble with some pod utilities
|