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 RC 填充表单。表单字段具有唯一的 ID,即我无法在我的 RC 代码中指定它们。我可以将以下内容与 webdriver 一起使用:
driver.findElements(By.tagName("input"));
我可以为 selenium RC 寻找类似的东西,还是应该考虑由 webdriver 支持的 RC?谢谢