@friendlycaptcha/sdk > WidgetHandle > start
WidgetHandle.start() method
Trigger the widget to start a challenge. The widget will start a challenge solving in the background.
* In interactive
mode, the user will need to click the widget to complete the process. * In noninteractive
mode, the widget will complete the process automatically.
Signature:
start(): void;
Returns:
void