Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in string eq at /usr/local/share/perl5/WWW/
    +Mechanize/Chrome.pm line 1279.
    
  2. or download this
    $mech->click( { selector => '#dcrd-31 > div > div > div:nth-child(1)',
    + single => 1 } );
    
  3. or download this
    $mech->click( { xpath => '//*[@id="dcrd-31"]/div/div/div[1]', single =
    +> 1 } );
    
  4. or download this
    $mech->click( { selector => '#signIn', single => 1 } );