gpt4 book ai didi

javascript - 使用 Selenium IDE 验证链接标题属性

转载 作者:行者123 更新时间:2023-11-28 20:56:10 25 4
gpt4 key购买 nike

我是 Selenium 测试的新手,我看过其他关于从链接获取属性的帖子。我尝试过的所有已发布解决方案似乎都不适合我的情况。我有以下内容:

<a href="javascript: editFolder(0);" class="htmlLinkImageNoUnderline" title="Edit File">
<img src="/images/myWorkspace/edit_30x30.png" class="htmlImageNoBorder">
</a>
<a href="#" onclick="return false;" class="htmlLinkImageNoUnderline" title="Download File">
<img src="/images/myWorkspace/download_file_30x30.png" class="htmlImageNoBorder">
</a>

我试图用 Selenium IDE 做的是验证这些链接是否存在以及它们各自的标题(编辑文件、下载文件)。 Xpath 将不起作用,因为它们出现在动态表中。

最佳答案

您确定您的 XPath 语法吗?你应该使用这样的语法:

//a[@title='Download File']

关于javascript - 使用 Selenium IDE 验证链接标题属性,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17352732/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com