Blake Byrnes
Blake Byrnes
SecretAgent now has a capability for a user to provide a UserAgent that we match on to find either "any" agent that fulfills the request (~ chrome > 85) or...
Can't bypass UAM page. (example: admin.kingblue.xyz) From initial research, it looks like there's a QUIC conversation taking over. I don't know if that's what they're looking for, or something else,...
This list can serve as a central locator as we create issues to tackle sub-issues - [ ] browser/dom-worker - check full scope of js env in various workers (service,...
From discord: Running into some heap overflow errors when trying to deploy ulixee cloud, it's saying it hit the 2079mb limit Has anyone had this experience? I'm running around 20-35...
The cookie storage api currently only allows a user to get and store cookies associated with the primary loaded domain. The api should default to the current domain, but allow...
Would be nice to support optional chaining in the case that a dom element is not there. eg ``` await hero.querySelector('.test').$?.src; ```
Need to add .then to the ISuperNode, etc interfaces
Invocation Failed error from emulation ``` const getBluetoothAvailability = () => attempt(() => { if ( !('bluetooth' in navigator) || // @ts-ignore !navigator.bluetooth || // @ts-ignore !navigator.bluetooth.getAvailability) { return undefined...
In the browser profiler, we're unable to profile the new (as of chrome 109) headless=new mode. This mode is supposed to be more like regular Chrome, but seems to have...
User on Discord reported that concurrent typing with 10 different Agents at the same time was causing some of them to not type out the full words.