AppWebResult Class

Definition

Representation of a web element in the app.

public class AppWebResult
type AppWebResult = class
Public Class AppWebResult
Inheritance
AppWebResult

Constructors

AppWebResult()

Properties

Class

The CSS class of the element.

Html

The raw HTML of the element.

Id

The HTML id of the element.

NodeName

The tag name of the element.

NodeType

The node type of the element.

Rect

The AppWebRect rectangle representing the elements position and size.

TextContent

The text content of the element.

Value

The form value of the element.

WebView

A platform specific text representation of the containing web view.

Applies to