WebBrowserVirtualUser AtStartOfIteration Method C# API
This method is called at the start of every iteration.

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

public override void AtStartOfIteration()
Remarks

Override this method in your custom Virtual User if you have code which should be run at the start of every iteration.

The current iteration number can be obtained using CurrentIteration.

See Also