<div class="mod-agree null" style="top: 91px; left: 315px;">
<div class="btn-cz">
<button id="agree-delete_confirm" class="btn btn-blue" onclick="">肯定</button>
<button class="btn btn-gray">取消</button>
</div>
</div>
若是有一個彈出框,上面有文字內容「確認刪除」,並且還有兩個button,一個「肯定」和一個「取消」,如何定位「肯定」button呢?注意「parent::div」是回到span的上一層(div)node
xpath=//span[text()='確認刪除']/parent::div//button[text()='肯定']spa