Table of Contents

Interface ICapabilityHandler

Namespace
Ranorex.Plugin
Assembly
Ranorex.Plugin.Win32.dll
public interface ICapabilityHandler

Properties

Capability

Capability Capability { get; }

Property Value

Capability

Methods

GetAttributeValue(Element, string, out object)

bool GetAttributeValue(Element element, string name, out object value)

Parameters

element Element
name string
value object

Returns

bool

InvokeAction(Element, string, object[], out object)

bool InvokeAction(Element element, string name, object[] args, out object value)

Parameters

element Element
name string
args object[]
value object

Returns

bool

SetAttributeValue(Element, string, object)

bool SetAttributeValue(Element element, string name, object value)

Parameters

element Element
name string
value object

Returns

bool