|
Introduction
This command allows for synchronization of playback based on the appearance of
a particular string as visible text on a page.
Recording Operation
At record time, as commanded by the user with the eValid GUI
or with the Ctrl-Y shortcut, this command extracts
the user-highlighted text from the current page and adds
the command to the current script.
An error is issued to the user if there no highlighted text is found.
Playback Operation
This command causes playback to waits through successive tries
until the specified text string appears as
visible text on the screen.
This check is done by interrogating the DOM for the page,
for the particular specified frame/iframe, in a timed loop.
The command
searches all elements on the page to try to find
an innterHTML property value that contains the
specified text string.