作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我有 3 个 div。每个都包含一个按钮。每个 div
中的每个按钮都有相同的 XPath:
//*[@id='variant_selector']/div/div[2]/div[3]/span
div
的 XPath 不同:
//*[@id='product_sets']/div[1],
//*[@id='product_sets']/div[2],
//*[@id='product_sets']/div[3]
我如何使用 Selenium 单击 div
2 中的按钮?
最佳答案
我想您需要发布 html 才能确定,但不能将两者结合起来吗?
//*[@id='product_sets']/div[2]//*[@id='variant_selector']/div/div[2]/div[3]/span
首先是 div XPath,然后是用于选择 div 内按钮的 XPath。
关于testing - 如何仅在 Selenium 的特定 div 中单击按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8487901/
我是一名优秀的程序员,十分优秀!