Expand description
ElementHandle — a persistent handle to a resolved DOM element (a CDP
RemoteObjectId).
Unlike Locator, which resolves lazily on each action,
an ElementHandle pins one specific element. Remote objects are GC’d by the
browser when their execution context is destroyed (e.g. on navigation); call
ElementHandle::dispose to release eagerly.
Structs§
- Element
Handle - A handle to a resolved element.
Enums§
- Element
State - An element state that
ElementHandle::wait_for_element_statecan poll for.