INNER CODE UNIT · Python

ElementHandleDispatcher

feder-cr/invisible_playwright · src/invisible_playwright/_juggler/server.py:165

class ElementHandleDispatcher(Dispatcher):
    TYPE = "ElementHandle"
    METHODS = {
        "dispose": "op_dispose",
        "boundingBox": "op_bounding_box",
        "evaluateExpression": "op_evaluate",
        "textContent": "op_text_content",
        "innerText": "op_inner_text",
        "innerHTML": "op_inner_html",
        "inputValue": "op_input_value",
        "getAttribute": "op_get_attribute",
        "scrollIntoViewIfNeeded": "op_scroll_into_view",
        "ownerFrame": "op_owner_frame",
        "contentFrame": "op_content_frame",
        "getProperty": "op_get_property",
        "getPropertyList": "op_get_property_list",
        "jsonValue": "op_json_value",
        # Actions. The wire names are the client's, read from `_element_handle`

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…