safariwatir:如何选择匿名按钮
我在 OSX Snow leopard 上使用 watir 和 ruby 1.8.7 进行 safari。
我想单击一个按钮,这是页面中唯一一个既没有 id 也没有名称的按钮。它只有 onckick 属性和标签内的文本。
如何做到这一点?有没有办法列出页面上的所有按钮,并获取第一个(也是唯一一个)按钮? 谢谢
I'm using watir for safari with ruby 1.8.7 on OSX Snow leopard.
I want to click a button, the only one in the page, that has neither id nor name. It only has an onckick property and the text within the tag..
How to do that? Is there a way to list all buttons on the page, and get the first (and only) one?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您发布了按钮的 html,我可以提供更多帮助。
像这样的事情可以做到这一点:
或
与您的问题无关,但 Watir 问题的最佳位置是 瓦提尔将军。
I could help more if you have posted html of the button.
Something like this could do it:
or
Not related to your question, but the best place for Watir questions is watir-general.