ElementInViewPort#

class langchain.chains.natbot.crawler.ElementInViewPort[source]#

A typed dictionary containing information about elements in the viewport.

node_index: str#
backend_node_id: int#
node_name: str | None#
node_value: str | None#
node_meta: List[str]#
is_clickable: bool#
origin_x: int#
origin_y: int#
center_x: int#
center_y: int#