revBrowserSnapshot | ||||||||||
Type | command | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Takes a snapshot of the current browser page. | |||||||||
Introduced | 2.8.1 | |||||||||
OS | mac, windows | |||||||||
Platforms | desktop | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Values |
| |||||||||
Related | Command: local, revBrowserPrint, revBrowserClose, revBrowserSet Glossary: command Function: result | |||||||||
Security | network | |||||||||
Description | The revBrowserSnapshot command takes a snapshot of the page currently being displayed in the specified browser object. The variableName should be the name of a declared variable. This means that before calling revBrowserSnapshot a variable to place the image data into should be declared using the local command. |