Class InternetExplorerActions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.WebAii.BrowserSpecialized.InternetExplorer
Assembly: ArtOfTest.WebAii.dll
Syntax
public class InternetExplorerActions : Actions
Fields
ArtOfTestPlugin
Declaration
public static readonly string ArtOfTestPlugin
Field Value
System.
|
Methods
ConnectIEDialog(String, Int32)
Declaration
public void ConnectIEDialog(string caption, int delaySearchPeriod)
Parameters
System.
|
System.
|
ConnectToBrowserInstance(Int32, String, Int32)
Declaration
public static object ConnectToBrowserInstance(int timeout, string pipename, int procId)
Parameters
System.
|
System.
|
System.
|
Returns
System.
|
DeleteInternetTempFiles(Boolean, String, Boolean)
Declaration
protected void DeleteInternetTempFiles(bool deleteCookies, string givenDomain, bool specific)
Parameters
System.
|
System.
|
System.
|
GetComputedStyle(Element, String)
Declaration
public override string GetComputedStyle(Element targetElement, string style)
Parameters
Element
targetElement
|
System.
|
Returns
System.
|
Overrides
GetIEContentWindowServer(Window, Int32)
Declaration
public static Window GetIEContentWindowServer(Window parent, int initialDelay)
Parameters
Window
parent
|
System.
|
Returns
GetNativeInstance(IntPtr)
Declaration
public static object GetNativeInstance(IntPtr hwnd)
Parameters
System.
|
Returns
System.
|
InvokeScript(String)
Declaration
public override string InvokeScript(string script)
Parameters
System.
|
Returns
System.
|
Overrides
InvokeScript<T>(String)
Declaration
public override T InvokeScript<T>(string script)
Parameters
System.
|
Returns
T
|
Type Parameters
T
|