New to Telerik Test StudioStart a free 30-day trial

Definition

Fields

C#
public static readonly string ArtOfTestPlugin

Methods

C#
public void ConnectIEDialog(string caption, int delaySearchPeriod)
Parameters:captionstringdelaySearchPeriodint
C#
public static object ConnectToBrowserInstance(int timeout, string pipename, int procId)
Parameters:timeoutintpipenamestringprocIdintReturns:

object

C#
protected void DeleteInternetTempFiles(bool deleteCookies, string givenDomain, bool specific)
Parameters:deleteCookiesboolgivenDomainstringspecificbool
C#
public override string GetComputedStyle(Element targetElement, string style)
Parameters:targetElementElementstylestringReturns:

string

Overrides: Actions.GetComputedStyle(Element, string)

C#
public static Window GetIEContentWindowServer(Window parent, int initialDelay)
Parameters:parentWindowinitialDelayintReturns:

Window

C#
public static object GetNativeInstance(IntPtr hwnd)
Parameters:hwndIntPtrReturns:

object

C#
public override string InvokeScript(string script)
Parameters:scriptstringReturns:

string

Overrides: Actions.InvokeScript(string)

C#
public override T InvokeScript<T>(string script)
Parameters:scriptstringReturns:

T

Overrides: Actions.InvokeScript<T>(string)