broetchenrackete36
broetchenrackete36
Same problem with Grid 4.4.0 and Inspector 2022.8.1. Web2Driver 3.0.4 sends the correct header, so the problem seems to be somewhere else?
``` POST /session HTTP/1.1 Host: gridserver:4444 Connection: keep-alive Content-Length: 756 accept: application/json User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) appium-inspector/2022.8.1 Chrome/91.0.4472.164 Electron/13.6.9 Safari/537.36 content-type: application/json Accept-Encoding:...
It seems to me that Electron is the culprit here... Tried a standalone nodejs-app and Web2Driver worked fine (correct header), tried Web2Driver in Electron and the header is without the...
It looks like it should be fixable with the following, but I couldn't get it to work with the inspector, only with my test electron app: ```javascript browserWindow.webContents.session.webRequest.onBeforeSendHeaders(function(details, callback) {...
```csharp HttpCommandExecutor executor = new HttpCommandExecutor(remoteUrl, TimeSpan.FromMinutes(5)) { Proxy = proxy }; iOSDriver = new IOSDriver(executor, driverOptions); ``` This works for me, remoteUrl is an Appium-Server that is external and...
Thanks for the response. I applied the fix but I still get 0 for total deduped size. I also ran the dump-csum on the files in the subvolume and root...
I created the array like this: ``` sudo mkfs.btrfs -d raid5 -m raid1 -L BlueButter -f /dev/sda1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1 /dev/sdg1 --csum blake2 ``` And then mounted like this:...
Thanks for your analysis. For the time beeing at least i can use your fix locally. Unfortunatly i don't have enough inside into nunit3 to test it further than just...
@ChrisMaddock @CharliePoole Sorry to bother you two, but are there any news regarding this issue?
So I had a look at the xslt again, one way to solve it, as long as there is only one test-run per result-file, is to move the css section...