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 : ActionsFields
ArtOfTestPlugin
Declaration
public static readonly string ArtOfTestPluginField Value
| System.String 
 | 
Methods
ConnectIEDialog(String, Int32)
Declaration
public void ConnectIEDialog(string caption, int delaySearchPeriod)Parameters
| System.String
        caption 
 | 
| System.Int32
        delaySearchPeriod 
 | 
ConnectToBrowserInstance(Int32, String, Int32)
Declaration
public static object ConnectToBrowserInstance(int timeout, string pipename, int procId)Parameters
| System.Int32
        timeout 
 | 
| System.String
        pipename 
 | 
| System.Int32
        procId 
 | 
Returns
| System.Object 
 | 
DeleteInternetTempFiles(Boolean, String, Boolean)
Declaration
protected void DeleteInternetTempFiles(bool deleteCookies, string givenDomain, bool specific)Parameters
| System.Boolean
        deleteCookies 
 | 
| System.String
        givenDomain 
 | 
| System.Boolean
        specific 
 | 
GetComputedStyle(Element, String)
Declaration
public override string GetComputedStyle(Element targetElement, string style)Parameters
| Element
        targetElement 
 | 
| System.String
        style 
 | 
Returns
| System.String 
 | 
Overrides
GetIEContentWindowServer(Window, Int32)
Declaration
public static Window GetIEContentWindowServer(Window parent, int initialDelay)Parameters
| Window
        parent 
 | 
| System.Int32
        initialDelay 
 | 
Returns
| Window 
 | 
GetNativeInstance(IntPtr)
Declaration
public static object GetNativeInstance(IntPtr hwnd)Parameters
| System.IntPtr
        hwnd 
 | 
Returns
| System.Object 
 | 
InvokeScript(String)
Declaration
public override string InvokeScript(string script)Parameters
| System.String
        script 
 | 
Returns
| System.String 
 | 
Overrides
InvokeScript<T>(String)
Declaration
public override T InvokeScript<T>(string script)Parameters
| System.String
        script 
 | 
Returns
| T 
 | 
Type Parameters
| T 
 |