Esempio n. 1
0
 def updateTextField(self, field, value):
     field = ConfigurationPanel(
         self.__configureKeywordModalWebElement).getTextItemByName(field)
     tools.waitReadyForInput(field)
     field.send_keys(Keys.CONTROL + "a")
     field.send_keys(Keys.DELETE)
     field.send_keys(value)