Method Invocation sendKeys : at Line: 31 : in file: inline evaluation of: \`\`import openqa.selenium.OutputType.*; import org.openqa.selenium.*; import org.op . . . '' : .sendKeys ( new String \[ \] { Target exception: org. openqa. selenium .ElementNotInteractableException: element not interactable.?
谁能帮帮我
1条答案
按热度按时间gijlo24d1#
1.我不认为
setText()
函数exists,也许你应该使用sendKeys()代替?1.符合质量标准
无法完成命令,因为元素不是指针或键盘可交互的。
因此,请仔细检查定位器,如果需要,请使用Explicit Wait来确保输入字段可以操作
1.从JMeter 3.1开始,推荐使用Groovy进行脚本编写,因此值得考虑迁移,因为Groovy是more Java compatible and has nice features on top.