RF-日期控件-只读
遇到只读的日期控件,可以直接赋值


Assign Id To Element xpath=//*[@id="ext-comp-1011"] dateInput
Execute Javascript window.document.getElementById('dateInput').value='2021-09-01'
遇到只读的日期控件,可以直接赋值


Assign Id To Element xpath=//*[@id="ext-comp-1011"] dateInput
Execute Javascript window.document.getElementById('dateInput').value='2021-09-01'