Click or drag to resize

APIExist Method

Checks if UI Item exists for specified amount of seconds before timing out.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string Exist(
	Object SearchByType,
	Object SearchValue,
	Object SecondsToWait
)

Parameters

SearchByType
Type: SystemObject

[Missing <param name="SearchByType"/> documentation for "M:AppRobotic.API.Exist(System.Object,System.Object,System.Object)"]

SearchValue
Type: SystemObject

[Missing <param name="SearchValue"/> documentation for "M:AppRobotic.API.Exist(System.Object,System.Object,System.Object)"]

SecondsToWait
Type: SystemObject

[Missing <param name="SecondsToWait"/> documentation for "M:AppRobotic.API.Exist(System.Object,System.Object,System.Object)"]

Return Value

Type: String
Returns 'true' if UI Item was found before specified timeout, or 'false' if timeout in milliseconds elapsed.
See Also