Эх сурвалжийг харах

Merge branch 'master' of github.com:teodesian/Selenium-Remote-Driver

George S. Baugh 4 жил өмнө
parent
commit
42cd7f80b6
4 өөрчлөгдсөн 16 нэмэгдсэн , 30 устгасан
  1. 1 4
      Changes
  2. 1 1
      dist.ini
  3. 2 15
      lib/Selenium/Remote/Driver.pm
  4. 12 10
      weaver.ini

+ 1 - 4
Changes

@@ -1,11 +1,8 @@
 Revision history for Selenium-Remote-Driver
 
-1.41  02-03-2021 TEODESIAN
+1.40  02-03-2021 TEODESIAN
         [BUG FIXES]
         - suppress warning in CanStartBinary when geckodriver not in PWD
-
-1.40  12-04-2020 TEODESIAN
-        [BUG FIX]
         - fix double_click
 
 1.39  10-20-2020 TEODESIAN

+ 1 - 1
dist.ini

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

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

@@ -3572,7 +3572,7 @@ sub _prepare_file {
 =head2 get_text
 
  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:
     $text = $driver->get_text("//div[\@name='q']");
@@ -3588,7 +3588,7 @@ sub get_text {
 
  Description:
     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:
     $body_text = $driver->get_body();
@@ -3745,16 +3745,3 @@ sub _coerce_number {
 }
 
 1;
-
-__END__
-
-=head1 SEE ALSO
-
-L<https://github.com/SeleniumHQ/selenium> - the main selenium RC project
-L<https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol> - the "legacy" webdriver specification
-L<https://www.w3.org/TR/webdriver/> - the WC3 WebDriver 3 specification
-L<https://github.com/teodesian/Selenium-Remote-Driver/wiki>
-Brownie
-Wight
-
-=cut

+ 12 - 10
weaver.ini

@@ -22,9 +22,6 @@ command = func
 
 [Leftovers]
 
-[SeeAlso]
-[Bugs]
-
 [Region  / postlude]
 
 ; [Authors]
@@ -35,11 +32,7 @@ text = =over 4
 text =
 text = =item *
 text =
-text = Daniel Gempesaw <gempesaw@gmail.com>
-text =
-text = =item *
-text =
-text = Emmanuel Peroumalnaïk <peroumalnaik.emmanuel@gmail.com>
+text = George S. Baugh <george@troglodyne.net>
 text =
 text = =back
 text =
@@ -49,6 +42,14 @@ text = =over 4
 text =
 text = =item *
 text =
+text = Daniel Gempesaw <gempesaw@gmail.com>
+text =
+text = =item *
+text =
+text = Emmanuel Peroumalnaïk <peroumalnaik.emmanuel@gmail.com>
+text =
+text = =item *
+text =
 text = Luke Closs <cpan@5thplane.com>
 text =
 text = =item *
@@ -67,13 +68,14 @@ text = Aditya Ivaturi <ivaturi@gmail.com>
 text =
 text = =back
 
-
 [Contributors]
 [GenerateSection / COPYRIGHT AND LICENSE]
 text = Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
 text =
 text = Copyright (c) 2014-2017 Daniel Gempesaw
 text =
+text = Copyright (c) 2018-2021 George S. Baugh
+text =
 text = Licensed under the Apache License, Version 2.0 (the "License");
 text = you may not use this file except in compliance with the License.
 text = You may obtain a copy of the License at
@@ -88,4 +90,4 @@ text = limitations under the License.
 
 
 [-Transformer]
-transformer = List
+transformer = List