
You can use Application.GetLastError to determine whether this action failed, and why. If the object cannot be found, nil will be returned. (table) A table containing the object's pixel dimensions, indexed by values "Width" and "Height". Returns the pixel dimensions of a Edge object. Open the url in an external web browserĮdge.GetSize (string ObjectName) Description: SURL = Edge.GetProperties("WebView").URL

(table) A table containing the object's current coordinates, indexed by values X and Y.

Note: The upper left hand corner of a page or dialog has X and Y coordinates of 0. This coordinate refers to the upper left hand corner of the object's bounding box relative to the page or dialog. Returns the X and Y page or dialog coordinates of a Edge object in pixels. ObjectName:Įdge.GetPos (string ObjectName) Description: Navigates one page forward in a Edge object. Example:Įdge.Back("WebView") Edge.Forward (string ObjectName) Description: You can use Application.GetLastError to determine (string) The name of the Edge object that you want to apply this action to. Navigates one page back in a Edge object. Actions Edge.Back (string ObjectName) Description:
