Interface IBrowserRemotedClient
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IBrowserRemotedClient
Properties
Declaration
Property Value
Declaration
bool IsConnected { get; }
Property Value
Declaration
BrowserRemotedSettings Settings { get; }
Property Value
|
ArtOfTest.WebAii.Messaging.Process.BrowserRemotedSettings
|
Methods
Declaration
void Connect(BrowserType type, string version, IntPtr hwnd, bool isUILess, bool isDialog)
Parameters
|
BrowserType
type
|
|
System.String
version
|
|
System.IntPtr
hwnd
|
|
System.Boolean
isUILess
|
|
System.Boolean
isDialog
|
Declaration
void DispatchJavascriptEvent(JavascriptEventMessage eventMessage)
Parameters
|
ArtOfTest.WebAii.Javascript.JavascriptEventMessage
eventMessage
|
Declaration
void LogMessage(LogType type, string message)
Parameters
Declaration
void ProcessResponse(BrowserCommandEventArgs e)
Parameters
Events
Declaration
event EventHandler<BrowserCommandEventArgs> BrowserRequest
Event Type