Edit.Get(text) command
Identifies an edit field, based on a text label, and retrieves its value. The value is returned as a string.
Parameters
Name | Type | Possible values | Description |
---|---|---|---|
Device ID* |
Device |
The device for this command. |
|
Label* |
String |
The text that appears on, or related to, the edit field. Consider using the entire string searched for, to ensure that if the OCR misses a few characters, the label will still be found. |
|
Label position |
String |
Left | Right | Above | Below | Left-Above | Left-Below | Right-Above | Right-Below |
The label position relative to the edit field.
|
Label offset |
String |
This value can be in pixels or in percentage of screen height (0-100). For percentage, use the % sign. Example: 20% Used alongside the Label position parameter. If the label position is None, then the label offset is 0. Otherwise, the label offset default is 10%. |
|
Label inline |
String |
Horizontal | Vertical | None |
The label alignment, in line with the edit field. When the Label position is Left or Right, the default is Horizontal. |
Lines |
Number |
The number of text lines to be retrieved from the edit field. |
|
Result variable |
String |
The variable name to receive the edit field text. The text will always be available in the report. |
|
Analysis source |
String |
Primary | Native | Camera | Auto |
The source for retrieving the screen content.
|
Timeout |
Number |
|
The time, in seconds, to wait for the label to appear. For a dynamic screen, specify the expected waiting time for the label to appear. Example: page load time The timeout contains the system analysis time. For this reason, consider specifying at least 20 seconds. |
Report |
String |
All | All on error | Screenshot | Screenshot on error | Text | None |
The value to display in the report. Screenshot: Displays screenshots. Screenshot on error: Display screenshots only for actions in error. Text: Displays screen text. All: Displays screenshot and text. All on error: Always displays text and but only displays screenshots for actions in error. None: Display nothing. Consider reducing the resolution in very long scripts that result in large report files. |
Target |
String |
As is | Any | All |
The target search in case the needle includes more than one word. As is: Search for the entire string content as is, as a complete phrase Any: Search for any word in the string. When selecting Any, the words in the Expected text parameter can be divided into phrases with quotation marks. Example: "new contact" "add contact" All: Search for all words in the string |
Match mode |
String |
Same size | Any size | Bounded size |
The needle comparison method.
|
Index |
Number |
|
If the needle has multiple occurrences on the screen, enter the index of the required occurrence. |
Threshold |
Number |
20-100 |
The acceptable match level percentage, between 20 and 100. Values that are too low can lead to a false positive results while values that are too high can lead to a false negative result. |
Scroll and search |
String |
False | True |
Scrolls until the label is found. Scroll cannot be used together with a positive timeout value because the parameters dictate a different behavior when the needle is not found. When scrolling is enabled, the timeout must be zero. Scroll results in a longer execution time. |
Max scroll |
Number |
|
The maximum number of scroll actions to perform before returning. Finding the label will stop the scrolling. Effective values are in the range of 0-100. |
Repository key |
String |
The full repository path, including directory and file name, where to save the screen text. When using commands that utilize files from the repository, the paths to the files are specified as repository keys. A repository key consists of the subarea and the path to the file. For example, to specify a file called myImage.jpg stored in the images folder located in the PRIVATE subarea, specify the key as The text will always be available in the report. |
|
Haystack top |
String |
The top value of the area defining the haystack. The value is in pixels. Default is the entire image. |
|
Haystack height |
String |
The height value of the area defining the haystack. The value is in pixels. Default is the entire image. |
|
Haystack left |
String |
The left value of the area defining the haystack. The value is in pixels. Default is the entire image. |
|
Haystack width |
String |
The width value of the area defining the haystack. The value is in pixels. Default is the entire image. |
|
Whole-words search |
String |
False | True |
Specifies whether to search for whole words only. |
Ignore case |
String |
False | True |
Specifies if the search pattern should be case sensitive. |
Ignore whitespaces |
String |
False | True |
Specifies whether to ignore spaces within search pattern words. |
Ignore punctuation |
String |
False | True |
Specifies whether to ignore punctuation characters when matching text. |
Exact phrase |
String |
|
Specifies whether to find the exact needle phrase with no errors. |
Visual relation direction |
String |
Left | Right | Above | Below | Left-Above | Left-Below | Right-Above | Right-Below | Inside |
The direction of the related region, stored in memory from the last found needle, in relation to the searched needle.
For more information, see Visual Relations. |
Visual relation inline |
String |
Horizontal | Vertical |
The search area is in-line with the related region, stored in memory from the last found needle. For more information, see the Visual Relations series.
|
OCR - Profile |
String |
Default | Document Conversion Accuracy | Document Conversion Speed | Document Archiving Accuracy | Document Archiving Speed | Book Archiving Accuracy | Book Archiving Speed | Text Extraction Accuracy | Text Extraction Speed | Field Level Recognition | Barcode Recognition |
Use when text cannot be found on the device screen. Try all profiles with the word accuracy. Per profile, try changing the DPI (96 or 300 or 120). |
OCR - Analysis mode |
String |
Full | Automatic | Manual |
The image analysis mode. The device screen may contain text and images.
This parameter is not relevant when using native screen source. |
OCR - Inverted text |
String |
Any | Yes | No |
The text appearance, likely to appear in inverted colors (dark text on light background). Use only if 'Analysis mode' is set to 'Manual'.
This parameter is not relevant when using native screen source. |
OCR - Languages |
String |
English | Spanish | Japanese | German | French | Dutch | Italian | Chinese | Russian | Portuguese |
The OCR language to use.It is possible to select multiple languages. For languages that do not appear in the drop down menu, please contact Perfecto Mobile Support to enable. This parameter is not relevant when using native screen source. |
OCR - Policy |
String |
Auto | Accuracy | Performance |
The text recognition accuracy policy. Selecting the Accuracy value will increase the operation time.
This parameter is not relevant when using native screen source. |
Report image resolution |
String |
High | Medium | Low |
The image resolution. Consider reducing the resolution in very long scripts that result in large report files. |
Use cache |
String |
Use | No Use |
Indicates whether the text recognition application should use a cached picture of the screen if available (this value should not be changed by the user, under normal circumstances). |
Grid label |
String |
The column name to be used for grid view in the report. Selecting this parameter creates the grid report. |
|
Interval |
Number |
|
The minimum time interval, in seconds, for a single analysis. If the analysis operation takes less than the interval, wait the remaining time before the next analysis operation. |
Backlight |
String |
The key sequence to perform the backlight operation. Example: VOL_UP For best practice, use a key that will not change the screen. |
|
Next |
String |
SWIPE_UP | SWIPE_DOWN | SWIPE_RIGHT | SWIPE_LEFT | UP | DOWN | RIGHT | LEFT |
The key sequence to perform the scroll operation. For more information see Swipe Gesture in Analysis Functions. |
Comment |
String |
Adds a comment to the script |
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory parameter