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.
JavaでWebDriverを使用しています。JavaScript を使用して、テキスト フィールドにテキストを入力したいと考えています。どうやってやるの?
Google検索テキストフィールドにテキストを入力することを考慮して、次のコードが機能するはずです:
WebDriver driver = new FirefoxDriver(); JavascriptExecutor jse = (JavascriptExecutor) driver; jse.executeScript("document.getElementById('gbqfq').value = 'Ripon Al Wasim';");