Class WebReplaySettings
A utility class for setting the web replay type
Inherited Members
Namespace: HP.LFT.SDK.Web
Assembly: HP.LFT.SDK.dll
Syntax
public class WebReplaySettings
Constructors
WebReplaySettings()
Declaration
public WebReplaySettings()
Methods
setWebReplayType(WebReplayType)
Sets the web replay type.By default, web test runs use browser events to perform operations. Set the replay type to DEVICE to specify that operations should be performed using mouse and keyboard operations instead. The replay type remains in effect until the end of the run session or until you set it back to WEB. Using DEVICE replay type may be helpful when running any of the following methods:
- Click
- DragAndDropOn
- FireEvent
- Set
- SetSecure
- SetValue
Declaration
public static void setWebReplayType(WebReplayType replayType)
Parameters
| Type | Name | Description |
|---|---|---|
| WebReplayType | replayType | The web replay type to set. WebReplayType |