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 1.8.0 を学習しています。現在の URL が必要なものかどうかをテストしたいと思います。
storeLocation 関数があることは知っていますが、他に何をする必要があるかわかりません。
ありがとう!
selenium.getLocation() は、アドレス バーに現在の URL を表示します。あなたが学んでいると言ったので、Selenium 1.xバージョンではなくSelenium 2を学ぶほうがよいでしょう。理由はここに記載されています
Selenium RC から Webdriver に移行する明白な理由。