String type,
String locator,
Integer position ) throws Throwable {
String tinyMceId = find( type, locator, position ).getAttribute( "id" );
TextCursor dir = StringUtils.equals( "before", relativeLocation ) ? TextCursor.BEFORE : TextCursor.AFTER;
if ( StringUtils.equals( offset, "text" ) ) {
if ( dir == TextCursor.BEFORE ) {
tinymce.selectFirstNode( tinyMceId, true );
}