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.
Web ページ上の 1 つのハイパーリンク (リンク) の URL を取得 (および変数に格納) したい。Selenium IDE で取得することは可能ですか?
私のテストでは、リンクが存在するかどうかを確認し、このリンクから URL を保存して、後でテストで使用する必要があります。
ありがとう。
driver.findElement(By.xxx).getAttribute('href');