File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name = Selenium-Remote-Driver
2- version = 1.41
2+ version = 1.40
33author = George S. Baugh <george@troglodyne.net>
44author = Aditya Ivaturi <ivaturi@gmail.com>
55author = Daniel Gempesaw <gempesaw@gmail.com>
Original file line number Diff line number Diff 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();
You can’t perform that action at this time.
0 commit comments