浏览代码

link correction

George S. Baugh 4 年之前
父节点
当前提交
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();