robotframework

robot framework - Clear Element Text keyword is not working

空扰寡人 提交于 2020-12-03 18:01:27
问题 We have a text field with the html structure as below. <input class="css-1npmunl" name="some.name" aria-label="New Employee ID" data-qa="some.data" placeholder="" value="TEST1" type="Text"> The inbuilt Selenium2Library keyword Clear Element Text ${Field_Locator} doesn't clear the text field as expected. In fact, the field gets cleared for a moment and when I do some other operation after that, like clicking a Save button, the field value is re-populated again with the same value ( TEST1 ) (

robot framework - Clear Element Text keyword is not working

十年热恋 提交于 2020-12-03 17:59:08
问题 We have a text field with the html structure as below. <input class="css-1npmunl" name="some.name" aria-label="New Employee ID" data-qa="some.data" placeholder="" value="TEST1" type="Text"> The inbuilt Selenium2Library keyword Clear Element Text ${Field_Locator} doesn't clear the text field as expected. In fact, the field gets cleared for a moment and when I do some other operation after that, like clicking a Save button, the field value is re-populated again with the same value ( TEST1 ) (

robot framework - Clear Element Text keyword is not working

梦想与她 提交于 2020-12-03 17:58:59
问题 We have a text field with the html structure as below. <input class="css-1npmunl" name="some.name" aria-label="New Employee ID" data-qa="some.data" placeholder="" value="TEST1" type="Text"> The inbuilt Selenium2Library keyword Clear Element Text ${Field_Locator} doesn't clear the text field as expected. In fact, the field gets cleared for a moment and when I do some other operation after that, like clicking a Save button, the field value is re-populated again with the same value ( TEST1 ) (