vsubbu
6 years agoNew Contributor
Fetch the id from the select tag inside the table tr td in javascript
Can you please help me in fetching the id and token id from the below select tag
<table>
<tbody>
<tr>
<td>
<select tabindex="-1" id="c2bed32656751f63620b" aria-hidden="true" tokenid="1...
- 6 years ago
Hi vsubbu,
I would suggest that you treat your HTML as XML. In this case, you can use XPAth to easily get the needed attribute. Please refer to the following article for more information:
Community, your suggestions?