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.
ポップアップでのテキスト書き込みを自動化したい。出来ますか?もしそうなら、私を案内してください。どんな助けでも大歓迎です。
私は解決策を得ました:
driver.switchTo().frame(0); driver.findElement(By.id("id of the view to enter text in the popup")).sendKeys("some text to enter");