返回属性的 Selenium 方法

发布于 2024-10-20 18:54:25 字数 203 浏览 1 评论 0 原文

我正在寻找 selenium RC 中的解决方案如何返回 html 属性。 基本上我想搜索页面上的某些正则表达式,一旦找到正则表达式,我想采用一种方法返回包含正则表达式的 html 标签的属性。

到目前为止,我已经找到了一个方法 storeAttribute,但该方法采用定位器作为参数。就我而言,我事先并不知道某个元素会出现在哪里。

提前致谢!

I'm looking for a solution in selenium RC how to return html attributes.
Basically I want to search certain regex on the page, and once the regex has been found I wand to employ a method that returns attribute of html tag containing the regex.

So far I've found a method storeAttribute, but this method takes an locator as argument. In my case I don't know in advance where the certain element will occur.

Thank' in advance!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

姜生凉生 2024-10-27 18:54:25

您是否考虑过使用像 JSoup
这是针对 java 的,但我确信也有其他语言的选项。

Did you consider using a parser like JSoup?
This is for java, but I am sure there would be options in other languages also.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文