Hi all,
I have custom validation onSubmit of an Interview.
I am trying to check if user has entered some value in captcha but getValue() function of a control object doesn't work for captcha controls.
in the screenshot below, page.getControls()[21] returns a control of kind ‘captcha’ but throws an error when doing .getValue() on the control. Same function appears to be working for control of kind ‘input’ .

Thanks