Hi, I want to iterate through a dynamic table. The first column has a checkbox while other have values. What I am trying is- Firstly getting the element till <tbody> tag present under the <table> tag :
my $table = $driver->find_element_by_xpath(".//*[\@id='table']/tbody") +; my $rows = $driver->find_child_element($table, ".//tr");
But I don't think $rows is getting what I intend to get that is all <tr> tags. After which I can find all <td> inside each <tr> using similar technique to get the table values.
In reply to Getting Table values in Selenium by 9mohit2
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |