作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要你的帮助来用 selenium ide 做一个 Action 。 我想点击第二个链接
<a class="more_button" href="http://example.com/view/9680-action1.html">Do action </a>
<a class="more_button" href="http://example.com/view/9680-action2.html">Do action </a>
<a class="more_button" href="http://example.com/view/9680-action3.html">Do action </a>
我想使用此文本作为匹配文本来打开操作 2:action2.html
我尝试使用 css a.more_button:contains("action2.html")
但我不知道如何编辑它。
最佳答案
使用 xpath,点击第二个链接:
click | //a[@href='http://example.com/view/9680-action2.html']
关于css - Selenium 化物 :How to click on a link,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25736325/
我是一名优秀的程序员,十分优秀!