${const()}
Use ${groovy( <field-name>)} instead.
Returns the value of the Java constant ( i.e. static field) specified by FIELD.
| Name | XPath | Description | Reagent Type | Expected Type | Required |
|---|---|---|---|---|---|
| FIELD | descendant-or-self::text() | The fully-qualified name (e.g. com.foo.myproject.MyClass.SOME_CONSTANT) of a static variable. | PHRASE | java.lang.String | Yes |