如何在使用 gradio 构建的网络应用程序上使用 selenium?

发布于 2025-01-17 01:48:24 字数 762 浏览 0 评论 0原文

我正在尝试在使用 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,
enter image description here

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文