Help for this page

Select Code to Download


  1. or download this
    <div class="pageView">
            <select onchange="changePriceTablePageSize(parseInt($(this).va
    +l()), 67287, 'yugioh')">
    ...
                <option value="50">50 per page</option><option value="25">
    +25 per page</option>
                
            </select>
    
  2. or download this
    use Selenium::Firefox;
    
    ...
    my $parent = $firefox->find_element_by_class('pageView');
    my $child = $firefox->find_child_element
                                     ($parent, "./option[\@value='50']");