Package com.hp.lft.sdk.web
Class WebReplaySettings
java.lang.Object
com.hp.lft.sdk.web.WebReplaySettings
A utility class for setting the web replay type.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetWebReplayType(WebReplayType replayType) Sets the web replay type.
-
Constructor Details
-
WebReplaySettings
public WebReplaySettings()
-
-
Method Details
-
setWebReplayType
Sets the web replay type. Use this method to specify that operations should be performed using mouse and keyboard operations, rather than browser events. This may be helpful when running any of the following methods:- click (on any web test objects)
- fireEvent (on any web test objects)
- setValue (on web edit field test objects)
- setSecure (on web edit field test objects)
- set (on web checkbox and web file test objects)
- dragAndDropOn (on any web test objects)
- Parameters:
replayType- the web replay type to set. seeWebReplayType- Throws:
GeneralLeanFtException- if error occurs during execution.
-