代码“AS PDF”、“As excel”中的按钮被包裹在按钮导出中,导出按钮嵌入在分页工具栏中
我无法在 webdriver 中找到此元素
试过“//span[text()='As PDF']”
我仍然看到错误无法找到元素
<li class="leaf">
<button id="export" class="button capsule mutton up last over">
<span class="wrap">
Export
<span class="icon"/>
<span class="indicator"/>
</span>
</button>
</li>
ul id="menuList">
<li id="menuList_simpleAction.Report.exportReport" class="leaf">
<p class="wrap button">
<span class="icon"/>
<!--Item text goes here-->
As PDF
</p>
</li>
<li id="menuList_simpleAction.Report.exportReport" class="leaf">
<p class="wrap button">
<span class="icon"/>
<!--Item text goes here-->
As Excel
</p>
请帮忙