-
-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
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
Is there any way to bypass CSP? #144
Comments
seems to be only a playwright problem, puppeteer and selenium knows how to work with OOPIF, is there any way to connect them instead of playwright? |
if your issue is not present in patchright then try my solution here #150 (Using the route thing alters the response somehow) |
+1 on this, the exact same problem |
Hello, A fix for this issue has been added in v135.0-beta.21 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to microsoft/playwright#21780.
Is there any way to bypass cross-origin objects?
Because this code
returns
Uncaught DOMException: Permission denied to access property "document" on cross-origin object
.Same in playwright:
Exception:
Methods like
bounding_box()
work and return everything correctly, butpage.mouse.click(x, y)
on iframe coordinates also doesn't workThe text was updated successfully, but these errors were encountered: