Control value screen scraping
From Screen Scraper Studio
Contents |
UI Object selector
By clicking UI Object on immediate screen scraping window you will see the selector of the scraped control.
Edit Selector
You can edit or highlight the selector. By Clicking Edit button, UiExplorer will open.
Scraped control value
It is the value we scraped on the control.
Options
- Screen scraping method: you can try several methods to scrape. Learn more about screen scraping methods here
- Include children: It includes the hidden children of the control that you scraped - i.e. it will include all the options of the file button from notepad menu:
File
New Ctrl+N
Open... Ctrl+O
Save Ctrl+S
Save As...
Page Setup...
Print... Ctrl+P
Exit
Generate code or JavaScript
Studio generates C#, C++, VB.NET, VB6 or JavaScript to help you automate screen scraping.
