1

テキストを検証しようとしています。次の xpath を試してみましたが、それでも要素を識別できないというエラーが表示されます。

  1. //*[@id='bodyPartList_1']/li[1]/div
  2. //div[@id='question_1_5' and contains(@span,'Does the patient weigh over 350lbs?')]

要素の HTML ソース:

<div id="question_1_5" class="qaContainer">
    <input type="hidden" name="questionIds[]" value="5"/>
    <div class="left" style="width: 680px;">
    <span class="num">1.</span>
    <span class="ans" style="width: 650px;">                                                     
                               Does the patient weigh over 350lbs?</span>
</div>
4

1 に答える 1