Browse Source

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

George S. Baugh 4 years ago
parent
commit
42cd7f80b6
4 changed files with 16 additions and 30 deletions
  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
 Revision history for Selenium-Remote-Driver
 
 
-1.41  02-03-2021 TEODESIAN
+1.40  02-03-2021 TEODESIAN
         [BUG FIXES]
         [BUG FIXES]
         - suppress warning in CanStartBinary when geckodriver not in PWD
         - suppress warning in CanStartBinary when geckodriver not in PWD
-
-1.40  12-04-2020 TEODESIAN
-        [BUG FIX]
         - fix double_click
         - fix double_click
 
 
 1.39  10-20-2020 TEODESIAN
 1.39  10-20-2020 TEODESIAN

+ 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 - 15
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();
@@ -3745,16 +3745,3 @@ sub _coerce_number {
 }
 }
 
 
 1;
 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]
 [Leftovers]
 
 
-[SeeAlso]
-[Bugs]
-
 [Region  / postlude]
 [Region  / postlude]
 
 
 ; [Authors]
 ; [Authors]
@@ -35,11 +32,7 @@ text = =over 4
 text =
 text =
 text = =item *
 text = =item *
 text =
 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 =
 text = =back
 text = =back
 text =
 text =
@@ -49,6 +42,14 @@ text = =over 4
 text =
 text =
 text = =item *
 text = =item *
 text =
 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 = Luke Closs <cpan@5thplane.com>
 text =
 text =
 text = =item *
 text = =item *
@@ -67,13 +68,14 @@ text = Aditya Ivaturi <ivaturi@gmail.com>
 text =
 text =
 text = =back
 text = =back
 
 
-
 [Contributors]
 [Contributors]
 [GenerateSection / COPYRIGHT AND LICENSE]
 [GenerateSection / COPYRIGHT AND LICENSE]
 text = Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
 text = Copyright (c) 2010-2011 Aditya Ivaturi, Gordon Child
 text =
 text =
 text = Copyright (c) 2014-2017 Daniel Gempesaw
 text = Copyright (c) 2014-2017 Daniel Gempesaw
 text =
 text =
+text = Copyright (c) 2018-2021 George S. Baugh
+text =
 text = Licensed under the Apache License, Version 2.0 (the "License");
 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 not use this file except in compliance with the License.
 text = You may obtain a copy of the License at
 text = You may obtain a copy of the License at
@@ -88,4 +90,4 @@ text = limitations under the License.
 
 
 
 
 [-Transformer]
 [-Transformer]
-transformer = List
+transformer = List