Boris Prpic
Boris Prpic
Firefox also.
> > do this : > > DevToolsSession session; private void Button_Click(object sender, RoutedEventArgs e) { IWebDriver driver = new ChromeDriver(); IDevTools devTools = driver as IDevTools; Task.Run(() => {...
please add this info to documentation if it's not ready yet, i just lost 2 days....
> 're just sending and canceling lots of requests on the fly, as the ti Only on http 1.X I guess....
Thanks. I solved it by bundling custom profile with preinstalled extension.
Same problem here happening again on 23.2.0 also
This one worked for me: https://github.com/getsentry/self-hosted/issues/1796#issuecomment-1304859942
Also please add SentryEvent.ClearBreadcrumbs() so we can clear breadcrumbs in BeforeSend. (i'm not sure if this is seperate or same)
@jandelgado Sorry I forgot to mention it, I need it in tap command [exchange]:[queue] part I tried "exchange:que ue" and exchange:"que ue" and all that with different chars: " '...
Ok, I fixed it like this. `f.Value = new PdfString("Lorem Ipsumović", PdfStringEncoding.Unicode); ` Text property should probably be changed to Unicode, it's 2023.