Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过单击检查单选按钮。html如下。
<input type="radio" id="XXX_ZZZ" name="XXX_" value="ZZZ">
(顺便说一下,id、name 和 value 不稳定。)
我尝试了以下代码:
page.Find("ZZZZ").Click()
但是,我无法检查它。
如何在 agouti 环境下单击单选按钮?
谢谢!