The Selectors
From UBot Studio
The Selectors provide functions that allow you to select items from a page for scraping, focusing or clicking.
List of Selectors
- Element Selector: Allows you to select an item on a page by text and html attributes
- Image Recognition: Allows you to select an item on a page by taking a snapshot of the item and using the snapshot to find the item
- Advanced Element Editor: This editor works with the element selector. This is a small window that appears and allows you to select from a list of attributes (name, id, outerhtml, innerhtml, outertext, innertext, etc) you would like to use to select your item.