public class GXWaitForString extends GXAbstractWaitString
Constructor and Description |
---|
GXWaitForString(String string,
boolean isCaseSensitive,
GXPosition upperLeft,
GXPosition lowerRight,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX server to wait until the
given string appears in the rectangle specified by upper left and lower right positions.
|
GXWaitForString(String string,
boolean isCaseSensitive,
GXPosition stringAt,
long timeout,
long flicker)
Sets a wait condition that instructs ApplinX server to wait until
the given string appears at the given position.
|
getLowerRightPosition, getString, getUpperLeftPosition, isCaseSensitive, setIsCaseSensitive, setLowerRightPosition, setString, setUpperLeftPosition
getFlicker, getTimeout, setFlicker, setTimeout
public GXWaitForString(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 GXWaitForString(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 2021 Software AG. All rights reserved. Use is subject to license terms.