George S. Baugh 4 лет назад
Родитель
Сommit
6193daf7db
2 измененных файлов с 3 добавлено и 3 удалено
  1. 1 1
      dist.ini
  2. 2 2
      lib/Selenium/Remote/Driver.pm

+ 1 - 1
dist.ini

@@ -1,5 +1,5 @@
 name = Selenium-Remote-Driver
 name = Selenium-Remote-Driver
-version = 1.41
+version = 1.40
 author = George S. Baugh <george@troglodyne.net>
 author = George S. Baugh <george@troglodyne.net>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Aditya Ivaturi <ivaturi@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>
 author = Daniel Gempesaw <gempesaw@gmail.com>

+ 2 - 2
lib/Selenium/Remote/Driver.pm

@@ -3572,7 +3572,7 @@ sub _prepare_file {
 =head2 get_text
 =head2 get_text
 
 
  Description:
  Description:
-    Get the text of a particular element. Wrapper around L<find_element()>
+    Get the text of a particular element. Wrapper around L</find_element>
 
 
  Usage:
  Usage:
     $text = $driver->get_text("//div[\@name='q']");
     $text = $driver->get_text("//div[\@name='q']");
@@ -3588,7 +3588,7 @@ sub get_text {
 
 
  Description:
  Description:
     Get the current text for the whole body. If you want the entire raw HTML instead,
     Get the current text for the whole body. If you want the entire raw HTML instead,
-    See L<get_page_source>.
+    See L</get_page_source>.
 
 
  Usage:
  Usage:
     $body_text = $driver->get_body();
     $body_text = $driver->get_body();