getFormElementsAsync

abstract fun getFormElementsAsync(): Single<List<FormElement>>

Returns a list of all form elements in the document, asynchronously.

Return

Single emitting list of form elements in the document.