我正在尝试从网站http://ecommerce.saipratap.net/checkpersonaldetail.php
中自动执行几个Selenium-TestNg方案我试图单击“继续”按钮,但它似乎是图像。 下面是代码片段。怎么写相同的xpath?
尝试使用xpath-// a [包含(@ href,'checkoutshiping.php')],但没有成功
<a href="checkoutshiping.php"> ==$0
<img src="images/continue.gif" border="0"
style="cursor:hand;"> ==$0
</a>