Table of Contents

Class SendKeysBuilder

Namespace
CSF.Screenplay.Selenium.Builders
Assembly
CSF.Screenplay.Selenium.dll

A builder type to create a performable action which types text (sends keys) to a target element.

public class SendKeysBuilder
Inheritance
SendKeysBuilder
Inherited Members

Remarks

Like all builders in this namespace, this class is not to be instantiated directly. Instead, use the EnterTheText(params string[]) method.

Methods

Into(ITarget)

Gets a performable action which sends/types the already-specified text to the specified target element.

public IPerformable Into(ITarget target)

Parameters

target ITarget

The target element to which the keys will be sent.

Returns

IPerformable

A performable action