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

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public void Focus(
	string locator
)

Implements

ISelenium Focus(String)
See Also