我有我的 c# 浏览器,在我的程序中,当 URL 更改为某个值时,我希望程序单击链接列表中的特定链接。
这是链接的代码:
<table cellpadding="1" cellspacing="1">
<tbody>
<td class="goTo" id="goToAdventure344183">
<a class="gotoAdventure arrow" href="start_adventure.php?from=list&kid=344183">إلى المغامرة</a>
</td>
</tbody>
</table>
类 id :"goToAdventure344183" 随时间更改为此 id "goToAdventure*******"
||| 只有星星变了|||
我想知道是否有办法实现它,如果你可以按类名或其他东西点击它,我在哪里,但 rbowser 或按钮中的代码或......