Results 12 comments of FireCrauter

No hay ningún botón para pasar a la siguiente pagina, intenta poniendo la pagina original, la que inicia el acortador.

After a while, I was able to achieve it, at the cost of having to cache the RequestWillBeSentEventArgs, to be able to have it together with the response. I accept...

I could not understand well. but if you give a sample/project in wpf/etc it could help you.

Thanks nichols-green. For those who don't know much about vscode, I'll save you the search: ![image](https://user-images.githubusercontent.com/7044466/130083842-75115fda-6667-4374-bdf2-018c1aa600ab.png) ![image](https://user-images.githubusercontent.com/7044466/130084125-bc79239f-615f-475d-9599-bc5720a2de44.png)

https://bugs.chromium.org/p/chromium/issues/detail?id=1350078 https://bugs.chromium.org/p/chromium/issues/detail?id=1223475 https://github.com/GoogleChrome/developer.chrome.com/issues/3386

@Roman1137 > Still unable to get the response body. The code above does not work for me. > ```List Urls_WhiteList = new() { ".js" };``` Did you add in the...

> Hi, > > some folks reported slow message fetching and all tickets are closed but there is no solution mentioned. I tried both v4 and v5. The bottle neck...

same issue, node v20.2.0, Vite + Vue3

``` ISet driverarguments = new HashSet(); string thisdir= Environment.CurrentDirectory + @"\"; string dirAllUsers = thisdir + "usersdata"+ @"\"; string username_sanitize = "pepe"; string full_path = dirAllUsers + username_sanitize; if (!Directory.Exists(full_path))...

> @RifHut >i think u forgot something at Sl.Selenium.Extensions.Chrome.ChromeDriverParameters chromeDriverParameters = new() xxxxxxxxxxxxx; The code works for me, what do you think is missing? (It was in the previous update,...