NavigationUser loginscreen-scraper.com welcomes...
Currently online
There are currently 0 users and 4 guests online.
|
API
Overview When writing scripts within screen-scraper, there are a number of objects and methods available to you. The Using Scripts page provides an overview of working with scripts, where this page provides details on specific objects and methods you'll use when scripting within screen-scraper. The examples given here assume you're using "Interpreted Java" as the scripting language, but there should be very little difference in syntax if you decide to use another language. For example, if you're scripting in VBScript, you would simply omit the semi-colon at the end of each line, and for methods that don't return a value you would precede them with the VBScript keyword "Call" (either that, or omit the parentheses around the method parameters). Built-in objects screen-scraper provides four built-in objects, which will be available in scripts depending on when they're run. These objects are: session, scrapeableFile, dataSet, and dataRecord. See the "Variable scope" section on the Using Scripts page for details on which objects are available based on when scripts are run. For example, if you're running a script associated with an extractor pattern "After pattern is applied", you won't have access to the "dataRecord" object, but you will have access to the "dataSet" object. The various built-in objects are detailed below: * session: This variable refers to the currently running scraping session. API documentation Use the quick links here to jump to more extended details of each of the methods below:
|
SearchNew Video!Tags Throughout this Site |
Recent comments
14 hours 43 min ago
14 hours 50 min ago
16 hours 56 min ago
1 day 12 hours ago
1 day 12 hours ago
1 day 13 hours ago
1 day 13 hours ago
1 day 13 hours ago
1 day 13 hours ago
3 days 10 hours ago