Skip to content

Commit

Permalink
COMMERCE-12227 Add a new path
Browse files Browse the repository at this point in the history
  • Loading branch information
baharturk authored and brianchandotcom committed Nov 9, 2023
1 parent 01b3934 commit a612de4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
<td>//label[contains(text(),'${key_fieldLabel}')]/..//select</td>
<td></td>
</tr>
<tr>
<td>LABEL_SELECT_BY_INDEX</td>
<td>xpath=(//label[contains(text(),'${key_fieldLabel}')]/..//select)[${key_index}]</td>
<td></td>
</tr>
<tr>
<td>LABEL_GENERIC_SELECT_POSITION</td>
<td>//label[contains(text(),'${key_fieldLabel}')]/..//select/option['${row}']</td>
Expand Down

0 comments on commit a612de4

Please sign in to comment.