Click or drag to resize

HistoryClearSavedRequest Method

Clears the saved request.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public void ClearSavedRequest(
	SavedRequest request,
	bool keepFavorite = true
)

Parameters

request
Type: Hummingbird.TestFramework.ConfigurationSavedRequest
The request instance, all requests of the same type will be cleared.
keepFavorite (Optional)
Type: SystemBoolean
if set to true your favorite requests will be kept. otherwise all requests will be removed.
See Also