Table of Contents

Class ElementCollectionPerformableWithResultAdapter

Namespace
CSF.Screenplay.Selenium.Questions
Assembly
CSF.Screenplay.Selenium.dll

Static helper methods for creating instances of ElementCollectionPerformableWithResultAdapter<TResult>.

public static class ElementCollectionPerformableWithResultAdapter
Inheritance
ElementCollectionPerformableWithResultAdapter
Inherited Members

Methods

From<TResult>(IElementCollectionPerformableWithResult<TResult>, ITarget)

Creates a new instance of ElementCollectionPerformableWithResultAdapter<TResult> from the specified performable and target.

public static ElementCollectionPerformableWithResultAdapter<TResult> From<TResult>(IElementCollectionPerformableWithResult<TResult> performable, ITarget target)

Parameters

performable IElementCollectionPerformableWithResult<TResult>

The performable to be adapted.

target ITarget

The target elements for the performable.

Returns

ElementCollectionPerformableWithResultAdapter<TResult>

A new instance of ElementCollectionPerformableWithResultAdapter<TResult>.

Type Parameters

TResult

The type of the result.