Robotframework 如何在Robot框架中定位消失的文本字段

Robotframework 如何在Robot框架中定位消失的文本字段,robotframework,Robotframework,我有下面的HTML <div role="row" row-index="5" row-id="5" comp-id="213" class="ag-row ag-row-odd ag-row-level-0 ag-row-position-absolute ag-row-selected ag-row-focus ag-row-hover ag-row-inline-editing" style="height: 24px; transform: translateY(120px);

我有下面的HTML

<div role="row" row-index="5" row-id="5" comp-id="213" class="ag-row ag-row-odd ag-row-level-0 ag-row-position-absolute ag-row-selected ag-row-focus ag-row-hover ag-row-inline-editing" style="height: 24px; transform: translateY(120px);  ">
<div tabindex="-1" unselectable="on" role="gridcell" comp-id="214" col-id="skillCheckbox" class="ag-cell ag-cell-not-inline-editing ag-cell-with-height skill-checkbox ag-cell-value ag-cell-no-focus" style="width: 32px; left: 0px;  "><span><span class="ag-selection-checkbox"><i class="skill-selection icon-checkbox-tick"></i></span></span></div><div tabindex="-1" unselectable="on" role="gridcell" comp-id="215" col-id="skill" class="ag-cell ag-cell-not-inline-editing ag-cell-with-height ag-cell-value ag-cell-no-focus" style="width: 260px; left: 32px;  "><span><span class="grid-basic-cell">Management</span></span>
</div><div tabindex="-1" unselectable="on" role="gridcell" comp-id="216" col-id="skillLevel" class="ag-cell ag-cell-with-height ag-cell-value ag-cell-focus ag-column-hover ag-cell-inline-editing" style="width: 260px; left: 292px;  "><grid-numeric-cell-editor><input class="ng-untouched ng-pristine ng-valid"></grid-numeric-cell-editor></div></div>
如何在输入字段网格数值单元格编辑器中输入0-9之间的值


谢谢

你是在问如何通过编程在该字段中设置值吗?你已经尝试了什么,观察到的结果是什么?@Don Rowe,是的,我想知道如何在该字段中输入0-9之间的值。@a.Kootstra我尝试过,
${SKILL_LEVEL_CELL}。网格数值单元格编辑器
然后
输入文本${SKILL LEVEL_CELL}${SKILL_LEVEL}
并且我没有找到元素。
Wait And Click With JQuery         ${AG_GRID_ROW}:contains(${OBJECT_NAME}):not(${AG_GRID_ROW_SELECTED}) .ag-selection-checkbox i:visible