Help for this page

Select Code to Download


  1. or download this
    $mech->click({xpath => '//div[@id="saved_venue_chosen"]'}, synchronize
    + => 0);
    
  2. or download this
        my $i = $mech->xpath('//div[@id="saved_venue_chosen"]', one => 1);
    + 
        $i->__event('focus');
        $i->__event('click');