親(grand-grand-parent)要素のidを取得しようとしています。ロボットフレームワーク:要素のxpathを取得するには?
私が持っているすべての情報は、// div [@ class = "preset_name"]は "all"です。それを知って、私は "preset_3"(文字列として)をRobot Frameworkキーワードのいずれかを使って検索する必要があります。 どうすればいいですか?それとも、「すべて」の完全なxpathを得るには?
<table id="preset_list">
<tbody>
<tr id="preset_0">
<td>
<div class="preset_title_line">
<div class="preset_button_group">
<button class="preset_button">Apply</button>
</div>
<div class="preset_name">Factory default</div>
</div>
<div class="preset_sections">System, Network, Sources, EDID, Channels, Automatic File Upload, Touch screen, Output ports</div>
</td>
</tr>
<tr id="preset_1">
<td>
...
:、イメージとしてXML/HTML(またはコードのいずれかの種類)を投稿することはありませんしてください。代わりにテキストを投稿してください。後者は、人々がXPathをテストするためにそれを使用できるので、より便利です。ありがとう – har07
あなたが試したことを私たちに教えてください。これは単純なxpath式で解決できる比較的単純な問題のように見えます。 –