Interface IBrowserRemotedClient
Namespace: ArtOfTest.WebAii.Messaging.Process
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface IBrowserRemotedClient
Properties
ClientId
Declaration
string ClientId { get; }
Property Value
System.String
|
IsConnected
Declaration
bool IsConnected { get; }
Property Value
System.Boolean
|
Settings
Declaration
BrowserRemotedSettings Settings { get; }
Property Value
ArtOfTest.WebAii.Messaging.Process.BrowserRemotedSettings
|
Methods
Connect(BrowserType, String, IntPtr, Boolean, Boolean)
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
|
Disconnect()
Declaration
void Disconnect()
DispatchJavascriptEvent(JavascriptEventMessage)
Declaration
void DispatchJavascriptEvent(JavascriptEventMessage eventMessage)
Parameters
ArtOfTest.WebAii.Javascript.JavascriptEventMessage
eventMessage
|
DoProvision()
Declaration
bool DoProvision()
Returns
System.Boolean
|
LogMessage(LogType, String)
Declaration
void LogMessage(LogType type, string message)
Parameters
LogType
type
|
System.String
message
|
ProcessResponse(BrowserCommandEventArgs)
Events
BrowserRequest
Declaration
event EventHandler<BrowserCommandEventArgs> BrowserRequest
Event Type
System.EventHandler<BrowserCommandEventArgs>
|