Help for this page

Select Code to Download


  1. or download this
    sub wait_until_xpath(){
      my $xpath=shift;
    ...
        };
        warn "wait_until_xpath(): timeout at retry #$retries" if 0 > $retr
    +ies;
    }
    
  2. or download this
    sub wait_until_xpath(){
      eval{
    ...
        warn "wait_until_xpath(): timeout at retry #$retries" if 0 > $retr
    +ies;
       }
    }