Member Junction
    Preparing search index...

    Press a single key or key-combination (e.g. 'Enter', 'Escape', 'Control+A').

    interface RemoteBrowserKeyAction {
        Key: string;
        Kind: "key";
    }
    Index

    Properties

    Properties

    Key: string

    The key (or combination) to press, in Playwright/CDP key syntax.

    Kind: "key"