How to select all values in the table using selenium web-driver.
For each table the values may be differ or same.
THIS IS THE HTML CODE:
<div class="hit-table-wrapper">
<table id="" class="hit-table" cellspacing="0" cellpadding="0">
<tbody>
<tr class="">
<tr class="">
<tr class="hit-row selected-hit" onclick="showHit(this, 'APPLE0', 0, true)">
<tr class="hit-row" onclick="showHit(this,'APPLE1', 1, true)">
<tr class="hit-row" onclick="showHit(this,'APPLE2', 2, true)">
<tr class="hit-row" onclick="showHit(this,'APPLE3', 3, true)">
<tr class="hit-row" onclick="showHit(this,'APPLE4', 4, true)">
</tbody>
</table>
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/5dc314f0-50fc-4ca6-aaa1-5c70f092e584%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
How to select all values in the table using selenium web-driver.
For each table the values may be differ or same.
THIS IS THE HTML CODE:
<div class="hit-table-wrapper">
<table id="" class="hit-table" cellspacing="0" cellpadding="0">
<tbody>
<tr class="">
<tr class="">
<tr class="hit-row selected-hit" onclick="showHit(this, 'APPLE0', 0, true)">
<tr class="hit-row" onclick="showHit(this,'APPLE1', 1, true)">
...<tr <span style="font-size:12.0pt;font-family