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"));
セレンRCについて調べることができる同様のものはありますか、それともwebdriverに支えられたRCを検討する必要がありますか? ありがとう