Skip to content

Commit 5284179

Browse files
committed
fix deps and document FINDERS
1 parent dea8350 commit 5284179

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

dist.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ encoding = bytes
8383
; authordep Pod::Weaver::Section::SeeAlso = 0
8484
; authordep Pod::Weaver::Section::GenerateSection = 0
8585
; authordep Pod::Elemental::Transformer::List = 0
86+
; authordep XML::Simple = 0
87+
; authordep Test::LWP::UserAgent = 0
88+
; authordep Test::Pod::Coverage = 0

lib/Selenium/Remote/Driver.pm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,13 @@ You can get around that by passing an extra flag to the sub, or setting:
202202
203203
When in WC3 Webdriver mode.
204204
205+
=head2 FINDERS
206+
207+
This constant is a hashref map of the old element finder aliases from wd2 to wd3.
208+
209+
use Data::Dumper;
210+
print Dumper($Selenium::Remote::Driver::FINDERS);
211+
205212
=head2 WC3 WEBDRIVER CURRENT STATUS
206213
207214
That said, the following 'sanity tests' in the at/ (acceptance test) directory of the module passed on the following versions:

0 commit comments

Comments
 (0)