NavigationBook 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 SiteTags in API Vocabulary |
Recent comments
18 hours 20 min ago
6 days 19 hours ago
1 week 9 hours ago
1 week 20 hours ago
1 week 21 hours ago
2 weeks 6 days ago
2 weeks 6 days ago
3 weeks 1 hour ago
3 weeks 17 hours ago
3 weeks 19 hours ago