com.appperfect.devcommon.script.webelement
Interface IBrowser

All Superinterfaces:
IScript

public interface IBrowser
extends IScript


Method Summary
 void setBreakPoint(boolean bBreakPoint)
 This method should be called to set a breakpoint before executing task.
 void setBrowserDescription(java.lang.String description)
 This method should be called to set browser description which can be used to provide informative message about the browser.
 
Methods inherited from interface com.appperfect.devcommon.script.IScript
getReasonForFailure, isIgnored, isTaskSuccessful, isTaskTimedOut, setIgnored, setReasonForFailure, setTaskSuccessful, setTaskTimedout, setThinkTime, setTimeout
 

Method Detail

setBreakPoint

void setBreakPoint(boolean bBreakPoint)
This method should be called to set a breakpoint before executing task. In case breakpoint is set, test will wait for user's interruption before moving forward.

Parameters:
bBreakPoint - true if breakpoint should be set; false otherwise.

setBrowserDescription

void setBrowserDescription(java.lang.String description)
This method should be called to set browser description which can be used to provide informative message about the browser.

Parameters:
description - description for the browser


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.