我需要使用gatling / scala从下拉列表中选择一个值。代码如下。 formParam似乎不适用于这种类型。可以帮助我解决这个问题。我需要从Dropdown中选择手机。
<div id="ext-gen275" class="x-combo-list-inner" style="width: 148px; margin-bottom: 8px; height: 63px;">
<div class="x-combo-list-item">--Select--</div>
<div class="x-combo-list-item">Mobile Phone</div>
<div class="x-combo-list-item x-combo-selected">Tablet</div>
</div>