-
Notifications
You must be signed in to change notification settings - Fork 26
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
[BUG] Frame Locators are failing #9
Comments
Maight be related to https://github.com/kaliiiiiiiiii/undetected-playwright-python/issues/7 ? |
yes . I encountered the same problem . |
Try adding this flags: The downside of this is the cloudflare challenge will not passed anymore. I've tried using the patcher for playwright-node. It works for solving the cloudflare challenge but for some reason, accessing iframes is not working. The workaround that I've found is using the flags above. I think this is the one '--disable-site-isolation-trials' causing the cloudflare challenge to not pass but it is also the reason I can make the iframes operations working again. I'm just guessing though. |
I have the same problem |
i have the same problem |
same problem :( |
I'm aware of this issue, currently just don't really have the time to fix it tho. |
@nandish486
|
Mind giving us some some information?
|
=> support for iframes required |
System info
Source code
Test file (self-contained)
Steps
Expected
Passes on default playwright
Actual
The text was updated successfully, but these errors were encountered: