robotframework - Unable to enter text in a text box using roboframework -
my dom structure this:
<input type="text" id="checksum_fv" name="checksum" ng-disabled="pickexistinglib || versionimportinprogress || versionsaved" class="form-control ng-pristine ng-valid ng-touched" ng-model="smp.modellibrary.checksum" placeholder="enter checksum value">
i doing following roboframework:
click element id=checksum_fv input text id=checksum_fv 8fdbe55c187d790fd223eeca0e45687d248b07765430c7ccb0c91a3982312882
this not enter text in textbox. can me stuck here.
Comments
Post a Comment