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ドライバを介してテキストボックスに指定されたテキストを取得する方法。指定されたテキストがそのフィールドに値として格納されることを認識していますが、値を取得する方法
webdriver.findElement(By...).getAttribute("value"))
webdriver.findElement(By...).getText())