【发布时间】:2017-03-05 17:25:09
【问题描述】:
我未能通过 selenide 分配以下元素(我需要找到并用文本(ID)填充它:
<tr>
<th class="col-md-3 basicPropertiesName">Id</th>
<td class="col-md-9">
<input class="form-control ng-pristine ng-valid ng- touched" ng-keypress="keypressHandler($event, 2)" ng-model="newInsight.id" placeholder="ID">
</td>
</tr>
【问题讨论】:
标签: selenide