selectText

Put cursor in a specific position for Input / Textarea

Task properties:

Name Description
Message
IndexTo
ByCSSSelector CSS Selector of Element(s) to look for
ByClassName CSS class name of Element(s) to look for
ByCSS CSS expression (not CSS class name or CSS selector!) of Element(s) to look for
ByTagName HTML Tag of Element(s) to look for
ById ID of Element(s) to look for
TakeVisibleOnly If set to 'true' - only visible elements are included into 'take'. Default - false;
Take Index of the element if several elements match the condition - you may take specific element by index (starting from 0) Script execution fails if several elements match and take is not provided
FromKey Key to address previously stored Element
ToKey Key to store Element You may assign a string key to any Element to quick access to it However you will need to consider that the actual element may not exist due to changes in page It is recommended to get element every time you need it
ByName Name of Element(s) to look for
Start New cursor position in input/text area
End Optional end cursor position. Set it if you like to select a text block. If missed (and lineEnd not set too) - it only set cursor in the prosition provided by lineStart[+start]
ByPartialLinkText Partial Text of Hyperlink(s) to look for
To Property name to store action result call
ByLinkText Text of Hyperlink(s) to look for
ByXPATH XPATH expression of Element(s) to look for
TrimToCompare by default all results are trimmed before any comparision you may prevent it by passing False to this parameter