To allow extending WebDriver BiDi with CDP-specific behaviors we should support a generic mechanism to accept any goog: prefixed property and send it to the underlying CDP command.
Motivating example was puppeteer/puppeteer#14611 which has some Chrome specific attributes. But there could be more examples.