Is there any chrome preference parameter available that can bring up chrome with WebAuthn option enabled under dev tools and virtual authenticator environment setup.
Please note that we are able to setup webauthn using below config param:
preferences:
currentDockState: '"bottom"'
network_log.preserve-log: true
InspectorView.splitViewState: '{"horizontal":{"size":0.1}}'
webauthn-authenticators": "[{\"authenticatorId\":\"8b9c9878-4e9b-4a4a-b4e6-8bc00aae5259\",\"active\":false,\"protocol\":\"ctap2\",\"ctap2Version\":\"ctap2_1\",\"transport\":\"usb\",\"hasResidentKey\":false,\"hasUserVerification\":false,\"hasLargeBlob\":false,\"automaticPresenceSimulation\":true,\"isUserVerified\":true}]"
However we could not find any param for passing credentials ( such as private key) to the Virtual Authenticator environment.
Can someone please help with this issue ?