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
performableIElementCollectionPerformableWithResult<TResult>The performable to be adapted.
targetITargetThe target elements for the performable.
Returns
- ElementCollectionPerformableWithResultAdapter<TResult>
A new instance of ElementCollectionPerformableWithResultAdapter<TResult>.
Type Parameters
TResultThe type of the result.