Ciekawe strony
lepiej prywatnie czy u firmy2008 speedway ekstraliga
absolution
ambasadorowie
ironia
prezentacja antygenu
praszka
wojna peloponeska
atomowki
hotel warszawa
gettextvalue ('<window name>', '<component name>', <startoffset>, <endoffset>)
returns the text within the given range in the component given by the component name. <startoffset> and <endoffset> are optional. If they are ommited, the entire text is returned.
- Todo:
- Return values:
-
| text | data of string type on success, LdtpExecutionError exception on failure |
Refer: http://webcvs.freedesktop.org/ldtp/ldtp/src/text.c
With respect to gnome search tool structure
gettextvalue ('SearchforFiles', 'txtNameContainsEntry')
The above statement will return the text present in 'txtNameContainsEntry' field.
gettextvalue ('SearchforFiles', 'txtNameContainsEntry', 5)
The above statement will return the text present in 'txtNameContainsEntry' field starting from the fifth character.
gettextvalue ('SearchforFiles', 'txtNameContainsEntry', 5, 10)
The above statement will return the text present in 'txtNameContainsEntry' field starting from the fifth character
till the tenth character.
- Author:
- Premkumar J <prem.jothimani@gmail.com>
Linux Desktop Testing Project