saveVariables
| session.saveVariables( String fileToSaveTo ) (enterprise edition only) |
| Description |
| Saves all current String and Integer variables to the file indicated by fileToSaveTo. This is useful if session state is to be saved across multiple scraping sessions. |
 |
| Example |
// Saves the current session variables out to C:\myvars.txt. // Note that a forward slash is used instead of a back slash // as a folder delimiter. If back slashes were used, they // would need to be doubled so that they're properly escaped // out for the script interpreter. session.saveVariables( "C:/myvars.txt" ); |
|
|
Recent comments
3 hours 7 min ago
3 hours 14 min ago
5 hours 21 min ago
1 day 46 min ago
1 day 1 hour ago
1 day 1 hour ago
1 day 1 hour ago
1 day 2 hours ago
1 day 2 hours ago
2 days 22 hours ago