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.
我有一个网页和一个网格。
我想在 Selenium IDE 中单击网格中的一个单元格。
但这段代码不起作用。
selenium.click("//tr[@id='row8']/td[2]");
太感谢了
尝试这个。
<tr> <td>clickAndWait</td> <td>id=cellid </td> <td></td> </tr>
在目标定位器字段中给出 id、name、css 或 xpath