in reply to One method in Selenium

The documentation of the method is not detailed enough, but looking at the tests, it seems that find_element_by_link takes the link text as the parameter, not the value and name of an attribute. I'd try XPath instead:
my $elem = $driver->find_element('//a[@href="/logout"]');

($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,

Replies are listed 'Best First'.
Re^2: One method in Selenium
by Chaoui05 (Scribe) on Apr 21, 2016 at 07:33 UTC
    Many thanks Choroba . I think you are the best in test with Perl .( I think i saw you in stackover flow too?!) So not impossible i will ask you again some questions, here, if you are down