如何在使用 gradio 构建的网络应用程序上使用 selenium?
我正在尝试在使用 selenium 构建的网络应用程序上单击 selenium 上的按钮。但最终出现错误“找不到元素”。
这是我正在使用的代码,
button = driver.find_element_by_css_selector("tr.cursor-pointer:nth-child(1)")
我收到错误,
NoSuchElementException: Message: Unable to locate element: button.panel-button:nth-child(2)
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
仅在尝试单击使用 gradio 构建的 wep 页面上的按钮时收到此错误,我做错了什么?
I am trying to click a button on selenium on a web app built using selenium. But ending up with error "element not found".
I want to click the submit button using selenium,
This is the code I am using,
button = driver.find_element_by_css_selector("tr.cursor-pointer:nth-child(1)")
error I am getting,
NoSuchElementException: Message: Unable to locate element: button.panel-button:nth-child(2)
Stacktrace:
WebDriverError@chrome://remote/content/shared/webdriver/Errors.jsm:183:5
NoSuchElementError@chrome://remote/content/shared/webdriver/Errors.jsm:395:5
element.find/</<@chrome://remote/content/marionette/element.js:300:16
Only getting this error while trying to click button on wep page built using gradio, what am i doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论