An NDoc Documented Class Library

DefaultSelenium.Focus Method 

Move the focus to the specified element; for example, if the element is an input field, move the cursor to that field.

public void Focus(
   string locator
);

Parameters

locator
an element locator

Implements

ISelenium.Focus

See Also

DefaultSelenium Class | Selenium Namespace