public class GXWaitWhileString extends GXAbstractWaitString
| Constructor and Description |
|---|
GXWaitWhileString(String string,
boolean isCaseSensitive,
GXPosition upperLeft,
GXPosition lowerRight,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX server to wait while the given string appears in the rectangle specified by upper left and lower right positions.
|
GXWaitWhileString(String string,
boolean isCaseSensitive,
GXPosition stringAt,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX server to wait while
the given string appears at the given position.
|
getLowerRightPosition, getString, getUpperLeftPosition, isCaseSensitive, setIsCaseSensitive, setLowerRightPosition, setString, setUpperLeftPositiongetFlicker, getTimeout, setFlicker, setTimeoutpublic GXWaitWhileString(String string, boolean isCaseSensitive, GXPosition stringAt, long timeout, long flicker)
string - The expected string.isCaseSensitive - Whether the condition is case sensitivestringAt - Position where the string should appear.timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.public GXWaitWhileString(String string, boolean isCaseSensitive, GXPosition upperLeft, GXPosition lowerRight, long timeout, long flicker)
string - The expected string.isCaseSensitive - Whether the condition is case sensitiveupperLeft - Upper left position of the rectangle where the string should appear.lowerRight - Lower right position of the rectangle where the string should appear.timeout - Expiration time of the wait condition.flicker - Time to wait after the wait condition was met.Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.