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 in Desktop Windows Applications
Getting Text of a Multiline Edit Control in Desktop Windows Applications
Placing Cursor Within a Multiline Edit Control in Desktop Windows Applications
Selecting Text in a Multiline Edit Control in Desktop Windows Applications