Class ExpectedPrompt
- java.lang.Object
-
- com.axway.ats.uiengine.internal.realbrowser.ExpectedPrompt
-
- All Implemented Interfaces:
IExpectedPopup
public class ExpectedPrompt extends Object implements IExpectedPopup
-
-
Field Summary
Fields Modifier and Type Field Description booleanclickOkStringexpectedTextStringpromptValueToSet
-
Constructor Summary
Constructors Constructor Description ExpectedPrompt(String promptValue, boolean clickOk)ExpectedPrompt(String expectedText, String promptValue, boolean clickOk)
-