Retrieves the text cursor position in the given input element or textarea; beware, this may not work perfectly on all browsers.
Namespace: SeleniumSpecifically, if the cursor/selection has been cleared by JavaScript, this command will tend to
return the position of the last location of the cursor, even though the cursor is now gone from the page. This is filed as SEL-243.
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
Parameters
- locator
- Type:
System String
an element locator pointing to an input element or textarea
Return Value
the numerical position of the cursor in the fieldImplements
ISelenium GetCursorPosition(String)See Also