无法使用Jmeter中的Web驱动程序上载文件错误

hfwmuf9z  于 2023-05-17  发布在  其他
关注(0)|答案(1)|浏览(168)

enter image description here

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.?

谁能帮帮我

gijlo24d

gijlo24d1#

1.我不认为setText()函数exists,也许你应该使用sendKeys()代替?
1.符合质量标准
无法完成命令,因为元素不是指针或键盘可交互的。
因此,请仔细检查定位器,如果需要,请使用Explicit Wait来确保输入字段可以操作
1.从JMeter 3.1开始,推荐使用Groovy进行脚本编写,因此值得考虑迁移,因为Groovy是more Java compatible and has nice features on top.

相关问题