New to Telerik Test StudioStart a free 30-day trial

Definition

Constructors

C#
public FramesCollection()

Properties

C#
public Browser this[FrameInfo frameInfo] { get; }
Parameters:frameInfoFrameInfo
C#
public Browser this[int index] { get; }
Parameters:indexint
C#
public Browser this[string name] { get; }
Parameters:namestring

Methods

C#
public Browser ById(string frameid)
Parameters:frameidstringReturns:

Browser

C#
public Browser BySrc(string src)
Parameters:srcstringReturns:

Browser

C#
public IEnumerator<Browser> GetEnumerator()
Returns:

IEnumerator<Browser>

Implements: IEnumerable<Browser>.GetEnumerator()

C#
public string GetFramesAsStrings()
Returns:

string

C#
public void RefreshAllDomTrees()
C#
public void WaitAllUntilReady()