Skip to content

Commit 6193daf

Browse files
committed
link correction
1 parent 22acfc0 commit 6193daf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = Selenium-Remote-Driver
2-
version = 1.41
2+
version = 1.40
33
author = George S. Baugh <george@troglodyne.net>
44
author = Aditya Ivaturi <ivaturi@gmail.com>
55
author = Daniel Gempesaw <gempesaw@gmail.com>

lib/Selenium/Remote/Driver.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,7 +3572,7 @@ sub _prepare_file {
35723572
=head2 get_text
35733573
35743574
Description:
3575-
Get the text of a particular element. Wrapper around L<find_element()>
3575+
Get the text of a particular element. Wrapper around L</find_element>
35763576
35773577
Usage:
35783578
$text = $driver->get_text("//div[\@name='q']");
@@ -3588,7 +3588,7 @@ sub get_text {
35883588
35893589
Description:
35903590
Get the current text for the whole body. If you want the entire raw HTML instead,
3591-
See L<get_page_source>.
3591+
See L</get_page_source>.
35923592
35933593
Usage:
35943594
$body_text = $driver->get_body();

0 commit comments

Comments
 (0)