Results 4 comments of levantAJ

I got this issue whenever I'm recording and have a comming call

This is the protocol that I want to generate the mocks ``` protocol WKWebViewProtocol: AnyObject { func takeSnapshot( with snapshotConfiguration: WKSnapshotConfiguration?, completionHandler: @escaping @MainActor @Sendable (UIImage?, (any Error)?) -> Void...