Interface SetTheValueBuilder.IChoosesValue
- Namespace
- CSF.Screenplay.Selenium
- Assembly
- CSF.Screenplay.Selenium.dll
An object from which a consumer may choose a value to set into the element.
public interface SetTheValueBuilder.IChoosesValue
Methods
To(object)
Gets a builder for a performable which sets the target element to the value specified in this method.
SetTheValueBuilder To(object value)
Parameters
valueobjectThe new value for the element
Returns
- SetTheValueBuilder
A builder for a performable
Remarks
If you are using this method to update the value of an element because you are working around a limitation in a web browser/ WebDriver, then strongly consider following it with AsIfSetInteractively().