Class FromTargetActionBuilder
- Namespace
- CSF.Screenplay.Selenium.Builders
- Assembly
- CSF.Screenplay.Selenium.dll
A builder class for creating performable actions which act upon a specified target element.
public class FromTargetActionBuilder
- Inheritance
-
FromTargetActionBuilder
- Inherited Members
Methods
From(ITarget)
Creates a performable action from the specified target.
public IPerformable From(ITarget target)
Parameters
targetITargetThe target element.
Returns
- IPerformable
A performable action.