-
Notifications
You must be signed in to change notification settings - Fork 0
Bindings
github-actions[bot] edited this page Jul 25, 2026
·
2 revisions
| MethodName | BindingValue | Comments |
|---|---|---|
| ReadNodeById | When the value of node with id '(.*)' is stored in variable '(.*)' |
nodeIdentifier: targetVariableName: |
| ReadNodeByPath | When the value of node with path '(.*)' is stored in variable '(.*)' |
nodePath: targetVariableName: |
| MethodName | BindingValue | Comments |
|---|---|---|
| SetApplicationName | Given the application name '(.*)' | applicationName: |
| SetDefaultTimeout | Given the default session timeout of '(.*)' ms | timeoutMsAsString: |
| SetEndpoint | Given the endpoint '(.*)' | endpointAddress: |
| SetUserNameAndPassword | Given the credentials as username '(.*)' and password '(.*)' |
user: password: |