Member Junction
    Preparing search index...
    RemoteBrowserActionKind:
        | "navigate"
        | "click"
        | "type"
        | "key"
        | "scroll"
        | "back"
        | "forward"
        | "wait"
        | "getPageText"

    The discriminated kind the server's ExecuteRemoteBrowserAction mutation switches on. Each Remote Browser tool maps to exactly one of these (see MapToolToAction).