Scrape Text

From UBot Studio
Revision as of 18:46, 7 November 2017 by LillyT (Talk | contribs)

Jump to: navigation, search

$Scrape Text is a Windows Function.

This command will scrape a specified text in a windows program or text editor. Its use is limited to text editors such as note pad.

The text if found and scraped using the location by parent class, x position and y position on computer.

The window the specified text is located in must be in full screen.


Example

plugin command("WindowsCommands.dll", "set active window", "Untitled - Notepad", "Notepad")
set(#test,$plugin function("WindowsCommands.dll", "$scrape text", "Untitled - Notepad", "Notepad", 45, 72),"Global")


Running the script will scrape the specified text and set it to the variable "test".


Scrptxt00.png

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox