Delegate PopupItemCallback
- Namespace
- Ranorex
- Assembly
- Ranorex.Core.dll
A callback to notify the client of unexpected dialogs/popups.
public delegate void PopupItemCallback(RepoItemInfo info, Element target)
Parameters
infoRepoItemInfoThe info originally specified.
targetElementThe target element found.
Constructors
PopupItemCallback(object, IntPtr)
public PopupItemCallback(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(RepoItemInfo, Element, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(RepoItemInfo info, Element target, AsyncCallback callback, object @object)
Parameters
infoRepoItemInfotargetElementcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(RepoItemInfo, Element)
public virtual void Invoke(RepoItemInfo info, Element target)
Parameters
infoRepoItemInfotargetElement