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