Table of Contents

Interface ISelfHighlight

Namespace
Ranorex.Core
Assembly
Ranorex.Core.dll

FlavorElements implementing this interface will be treated as elements that know how they can highlight them self and thereby will not be highlighted by Ranorex's standard highlight mechanism. This is primarily required for elements that do not reside on the machine the test runner is executed on because in such cases special handling (e.g. network commands) are required.

public interface ISelfHighlight

Methods

Highlight(int)

Highlights the element for the specified amount of time. The implementation should be asynchronous.

void Highlight(int msTimeout)

Parameters

msTimeout int

Duration the element shall be highlighted in milliseconds. 0 means the implementation should use it's default duration.