I have the following HTML source snippet yielded on a page after loading with the built-in web browser functions for Edge.
Code: Select all
<table>
<tbody>
<tr bgcolor="#AAAAAA">
<tr>
<tr>
<tr>
<tr>
<td>Color Digest </td>
<td>AgArAQICGQMVBBwTIRQHIwg0GUMURAZTBWQJcwV0AoEDAQ</td>
</tr>
<tr>
<td>Color Digest </td>
<td>2,43,2,25,21,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33,7</td>
</tr>
</tbody>
</table>
I believe xpath is the way to go, however I can't figure out the correct syntax to represent this that Macro Scheduler will accept
Any guidance is greatly appreciated.
Many Thanks,