Help for this page

Select Code to Download


  1. or download this
    my $table = $driver->find_element_by_xpath(".//*[\@id='table']/tbody")
    +;
    
    my $rows = $driver->find_child_element($table, ".//tr");