ITestApiIsFormFieldVisible Method
|
Evaluate whether the form field is visible or not
Examplevar testApi = ctx.Use<ITestApi>();
testApi.IsFormFieldVisible("workflowName", "activityName", "componentName")
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool IsFormFieldVisible(
string workflowName,
string activityName,
string componentName
)
Parameters
- workflowName String
- Workflow Name
- activityName String
- Activity Name
- componentName String
- Form Component Name
Return Value
BooleanReturn true if the form component is visible, otherwise, return false
See Also