WebBrowserVirtualUser OnStartFinalSection Method C# API
This method is called whenever the Virtual User is about to start executing the final sequence of scripts in its workflow.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public override void OnStartFinalSection()
Remarks

Override this method in your custom Virtual User if you have code which should be run whenever the Virtual User starts executing the final sequence of scripts.
See Also