¿Esta es tu empresa?
Selenium: validate that a textbox is accepting only 10 char/int and throwing edit after it
Anónimo
element(ie.textbox).sendkeys("valuegreaterthsn 10"); string typedvalue= element(ie.textbox).getattributeValue("value"); int size = typedvalue.length() = if(size==10) sysout(as expected)