Cat
Cat
I'm trying to locate elements on popup WhatsApp window while calling. I see these elements in Inspector app, but can't focus at this window or locate any element. And when...
When I get ping I need to send back pong. But I can't find any possibility to do this. private void OnMessage(object sender, MessageEventArgs e) { if (e.IsPing) { _ws.Send(Opcode.Pong);...
I'm getting error "invalid transaction: Transaction failed to sanitize accounts offsets correctly" making Jupiter swap. ``` string tokenIn = "SOL"; string tokenOut = "PONKE"; decimal amount = 0.001m; ``` ```...