Just started using Selenium IDE and having trouble verifying the presence of an <a> tag with a specific css class. I can select the <a> tag with "VerifyElementPresent | link=mylink" but how do include the check for the class?
答案 0 :(得分:0)
一旦我发现Firefox和Chrome都有办法获取元素的xPath,就可以找到使用xPath选择器的方法。