0
有一個很難將文本輸入憑據頁: Pixiv選擇輸入場 - 元素不可見
<div class="input-field-group">
<div class="input-field">
<input placeholder="E-mail address/pixiv ID" autocapitalize="off" value="" type="text">
</div>
<div class="input-field">
<input placeholder="Password" autocapitalize="off" value="" type="password">
</div>
</div>
我使用下面的代碼作爲id屬性是不可選擇的領域:
driver.findElement(By.xpath("//input[@placeholder='Password']"));
但我無法通過sendKeys操縱元素也不清楚。 它分別拋出了以下情況除外:
org.openqa.selenium.ElementNotInteractableException: Element is not visible
org.openqa.selenium.InvalidElementStateException: Element is not currently interactable and may not be manipulated