【发布时间】:2021-07-05 18:19:01
【问题描述】:
正在寻找附加代码的 xpath。这是表格的代码sn-p
<table id="ManualPageButtonRowTop" cellspacing="0" cellpadding="2" width="100%" role="presentation">
<tbody><tr>
<td width="40%">
</td>
<td width="20%" align="center">
<input type="button" value="Save" class="ButtonReq" tabindex="120" onclick="saveManualPage(); this.style.display = 'none'; showElementById('ButtonWithPleaseWait_MessageId_128'); setTimeout(function() { Dom.addClass('ButtonWithPleaseWait_MessageId_128', 'AjaxLoadingMessage') }, 100)"><span style="padding:4px; display:none" id="ButtonWithPleaseWait_MessageId_128">Processing request. Please wait...</span>
</td>
<td>
</td>
</tr>
【问题讨论】:
-
您必须在
code部分中包含代码并且不作为图像。