LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • MCP Adapters
    • Overview
    • Agents
    • Callbacks
    • Chains
    • Chat models
    • Embeddings
    • Evaluation
    • Globals
    • Hub
    • Memory
    • Output parsers
    • Retrievers
    • Runnables
    • LangSmith
    • Storage
    Standard Tests
    Text Splitters
    ⌘I

    LangChain Assistant

    Ask a question to get started

    Enter to send•Shift+Enter new line

    Menu

    MCP Adapters
    OverviewAgentsCallbacksChainsChat modelsEmbeddingsEvaluationGlobalsHubMemoryOutput parsersRetrieversRunnablesLangSmithStorage
    Standard Tests
    Text Splitters
    Language
    Theme
    Pythonlangchain-classicchainsnatbotcrawlerElementInViewPort
    Class●Since v1.0

    ElementInViewPort

    A typed dictionary containing information about elements in the viewport.

    Copy
    ElementInViewPort()

    Bases

    TypedDict

    Constructors

    constructor
    __init__
    NameType
    node_indexstr
    backend_node_idint
    node_namestr | None
    node_valuestr | None
    node_metalist[str]
    is_clickablebool
    origin_xint
    origin_yint
    center_xint
    center_yint

    Attributes

    attribute
    node_index: str
    attribute
    backend_node_id: int
    attribute
    node_name: str | None
    attribute
    node_value: str | None
    attribute
    node_meta: list[str]
    attribute
    is_clickable: bool
    attribute
    origin_x: int
    attribute
    origin_y: int
    attribute
    center_x: int
    attribute
    center_y: int
    View source on GitHub