Sergey M.
Sergey M.
I need this too to start browsers in incognito/private mode. This is what I've found so far. I've succeeded to make a Python code that starts incognito Chrome on Browserstack:...
This is what BrowserStack support says about passing keys to browsers from Karma: > Unfortunately, a PR to fix the runner may not work here as with the JS testing...
It works like you described in sw2dts 2.6.1. But there is a problem. Sw2dts converts all enum options to string. Source: ```yml correspondence: enum: - 0 - 1 - 2...
Hey @tvvocold. Thank you for reporting this. As I can see, the value is `false` when the device is in low power mode. I'll check what we can do with...
@xnerhu There are 3 unresolved comments from me: 1. https://github.com/fingerprintjs/BotD/pull/67#discussion_r966980074 2. https://github.com/fingerprintjs/BotD/pull/67#discussion_r971720971 3. https://github.com/fingerprintjs/BotD/pull/67#discussion_r980041139
> Please review it again. I fixed a few issues. @xnerhu Looks good. I won't leave "approve" while the PR is a draft. The WebView in iOS WeChat behaves a...
Another feature to consider adding: [NPM monitoring](https://github.com/fingerprintjs/fingerprintjs/blob/3a1d68080e573a8f05609716471598506c47834e/src/agent.ts#L184). It will allow you to see how many people use BotD installed via NPM. The feature is sending an empty request to Open...
> [xnerhu](https://github.com/xnerhu) requested review from [Valve](https://github.com/Valve), [r-valitov](https://github.com/r-valitov), [Romchela](https://github.com/Romchela) and [Finesse](https://github.com/Finesse) @xnerhu 1 unresolved notice from me: https://github.com/fingerprintjs/BotD/pull/67#discussion_r990244063
If you want to check the Open CDN connection before releasing v1.0.0, you can publish this code (ofter merging the PR to NPM) as a beta version.
I also recommend adding a CI step that checks that BotD works well in server-side-rendering applications. It [was an issue](https://github.com/fingerprintjs/fingerprintjs/issues/602) a couple times in FingerprintJS. The check can be implemented...