Browse Source

Mention Test::Selenium::Remote::Driver early in the Selenium::Remote::Driver POD

    Because many people are using Selenium::Remote::Driver for testing.
Mark Stosberg 12 years ago
parent
commit
c3a9e303b3
1 changed files with 6 additions and 3 deletions
  1. 6 3
      lib/Selenium/Remote/Driver.pm

+ 6 - 3
lib/Selenium/Remote/Driver.pm

@@ -100,11 +100,14 @@ by providing that class name as an option the constructor:
 
 
 For example, a testing-subclass may extend the web-element object with testing methods.
 For example, a testing-subclass may extend the web-element object with testing methods.
 
 
-=cut
+=head1 TESTING
 
 
-=head1 FUNCTIONS
+If are writing automated tests using this module, make sure you also see
+L<Test::Selenium::Remote::Driver> which is also included in this distribution.
+It includes convenience testing methods for many of the selenum methods
+available here.
 
 
-=cut
+=head1 FUNCTIONS
 
 
 =head2 new
 =head2 new