我正在尝试使用 selectOption 从我的项目创建中选择一个下拉选项,但由于某种原因,剧作家停止并显示错误消息
我的 dom 结构如下所示:
这就是我调用 selectOption 的方式:
page.locator(//select[@class='ed-select']).selectOption('0.3333')
这是我收到的错误消息:
locator resolved to <select id="" required="" aria-label="" class="ed-select">…</select>
selecting specified option(s)
did not find some options - waiting...
我不知道我哪里弄错了。 任何帮助将不胜感激。
显然该字段不可交互,除非单击其他位置并再次访问。 似乎是应用程序本身的问题。 谢谢大家帮我解决这个问题