GetDocumentText
Description:
Format:
GetDocumentText (integer Session ID (optional))
|
Parameters: |
Integer |
Session ID (optional) |
Browser Occurrence Number. |
|
Return Value: |
String |
Text |
Text of the current Document. |
Usage:
Example 1:
Get the Text of the Document displayed in the default Browser occurrence.
string strText
strText = GetDocumentText ()
Example 2:
String strText
strText = GetDocumentText (2)
If Pos (strText, 'Not Found') > 0
MessageBox ('Error', 'Dead Link')
EndIf