Socket Functions
From UBot Studio
The Socket Functions allow you to grab information from a webpage via the underlying socket connections.
Socket Functions
- socket page headers: Returns the header information for the most recent navigate command.
- socket get cookies: Returns the current cookie string for the given url.
- $url encode: Encodes a string into url format.
- socket page html: Returns the page html for the last navigate command.
- $url decode: Decodes a string from url format.