Dmitry Kann

Results 53 comments of Dmitry Kann

We're also bumping into this stupid popup that prevents a page element from being clicked.

No, I tried with the above scopes and that's what results in a 403. I'm not sure what else needs to be changed.

Here's my naive implementation (Typescript, but can easily be converted to Javascript): ```typescript const retryableResolver = (getter: (...x: any) => any, ...args) => { const end = Date.now() + config('defaultCommandTimeout');...