Click or drag to resize

APIHyperlinkClick Method

Clicks Hyperlink.

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

Parameters

SearchByType
Type: SystemObject

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

SearchValue
Type: SystemObject

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

Return Value

Type: String
Returns string containing 'success' or error message.
See Also