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 を操作した結果、3 つのウィンドウが開いています。URL に部分文字列「サーブレット」が含まれているウィンドウに切り替える必要があります。
driver.switchTo().window("*Servlet*");
どうすれば正しくコーディングできますか?