How to fill the textfield with a value when using Bean Shell form load binder
Confluence User - 19 Aug, 2020
Hi everyone,
How can i Fill i the textfield with specific value in beanshell?
r.setProperty("txtfieldID", "Value");
r.put("txtfieldID", "Value");
Is there any ways to do it?
auto;txtfield;default