WebBrowserVirtualUser OnStartInitialSection Method C# API
This method is called whenever the Virtual User is about to start executing the initial 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 OnStartInitialSection()
Remarks

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