Generally, working with multiline edit controls is similar to working with single-line edit controls. Though, multiline controls have some specific features: while you can only work with one string within a single-line control, with a multiline control you can perform operations over a set of strings. So, you can use some specific approaches that are not available for single-line controls. The topics of this section contain information about the specifics of working with multiline edit controls.
Note: | Though the following topics deal with scripts, you can use the same approaches while testing an application from your keyword tests. For more information, see Keyword Tests Basic Operations. |
In This Section
Determining the Number of Strings in a Multiline Edit Control
Describes how to get information about the number of strings in a particular edit control.
Getting Text of a Multiline Edit Control
Explains how to get a string from a multiline control.
Placing Cursor Within a Multiline Edit Control
Describes the approaches that can be used for placing the cursor within a multiline control.
Selecting Text in a Multiline Edit Control
Contains information about different variants of selecting text within a multiline control.