Class WebReplaySettings

java.lang.Object
com.hp.lft.sdk.web.WebReplaySettings

public class WebReplaySettings extends Object
A utility class for setting the web replay type.
  • Constructor Details

    • WebReplaySettings

      public WebReplaySettings()
  • Method Details

    • setWebReplayType

      public static void setWebReplayType(WebReplayType replayType) throws GeneralLeanFtException
      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
      Parameters:
      replayType - the web replay type to set. see WebReplayType
      Throws:
      GeneralLeanFtException - if error occurs during execution.