An NDoc Documented Class Library

DefaultSelenium.Type Method 

Sets the value of an input field, as though you typed it in.

Can also be used to set the value of combo boxes, check boxes, etc. In these cases, value should be the value of the option selected, not the visible text.

public void Type(
   string locator,
   string value
);

Parameters

locator
an element locator
value
the value to type

Implements

ISelenium.Type

See Also

DefaultSelenium Class | Selenium Namespace