Skip to content
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

Problems with frames in frames #2656

Open
400ochkov opened this issue Jun 9, 2024 · 0 comments
Open

Problems with frames in frames #2656

400ochkov opened this issue Jun 9, 2024 · 0 comments

Comments

@400ochkov
Copy link

400ochkov commented Jun 9, 2024

Hello, I faced issue with frames, if website has frames which nested in another frames puppeeteersharp cant handle it.
I use code like

foreach (IFrame frame in page.Frames){Console.WriteLine("frame "+ frame.Url);}

and see only 2 frames when website has 6 frames each of them located in previous frame
Also I tried foreach (var childFrame in frame.ChildFrames) {} but doesnt help
I think it happened due to CORS

ps I work with antidetect browser, connect via ws

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant