We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Solutions I use temporarily:
Object.defineProperty(request.constructor, 'name', { get(): any { return 'HTTPRequest' }, })
The text was updated successfully, but these errors were encountered:
Object.defineProperty(this.logInPage.constructor, 'name', { get(): any { return 'CDPPage' }, })
Sorry, something went wrong.
For anyone having the issue, ignore the person above me and go to this Pull Request and change the stuff to fix all the issues.
No branches or pull requests
Solutions I use temporarily:
The text was updated successfully, but these errors were encountered: