Table of Contents

Delegate PopupPathCallback

Namespace
Ranorex
Assembly
Ranorex.Core.dll

A callback to notify the client of unexpected dialogs/popups.

public delegate void PopupPathCallback(RxPath path, Element target)

Parameters

path RxPath

The RanoreXPath originally specified.

target Element

The target element found.

Constructors

PopupPathCallback(object, IntPtr)

public PopupPathCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(RxPath, Element, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(RxPath path, Element target, AsyncCallback callback, object @object)

Parameters

path RxPath
target Element
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(RxPath, Element)

public virtual void Invoke(RxPath path, Element target)

Parameters

path RxPath
target Element