-
Notifications
You must be signed in to change notification settings - Fork 203
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
Issue with Layout Analysis: Unable to Analyze Elements Inside iframe #256
Comments
Hi @jcljcljcl , this is a known limitation of Midscene. We are still finding ways to solve it. |
may I ask what is causing the current bottleneck? Is it a limitation of the browser itself? |
It is very difficult to execute JavaScripts in a cross-origin iframe. We will solve the same-origin iframe in this PR: #258 As to the cross-origin ones, let's wait for other approaches. |
Hi @jcljcljcl, since version 0.10.1, you can extract the contents inside the same-origin iframe. The Chrome extension will be released in the next few days. |
thank you, i will give it a try
…---Original---
From: ***@***.***>
Date: Thu, Jan 23, 2025 15:43 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [web-infra-dev/midscene] Issue with Layout Analysis: Unable toAnalyze Elements Inside iframe (Issue #256)
Hi @jcljcljcl, since version 0.10.1, you can extract the contents inside the same-origin iframe. The Chrome extension will be released in the next few days.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I noticed that when a page contains iframe elements, the tool is unable to analyze or recognize the elements inside the iframe.
The text was updated successfully, but these errors were encountered: