Function Do-Set-Cursor-Position

Part of:

package selenium
( do-set-cursor-position < locator > < position > &optional (session *selenium-session*) )
Moves the text cursor to the specified position in the given input element or textarea. This method will fail if the specified element isn't an input element or textarea.