-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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] iframe inside an iframe is not visible #5762
Comments
I followed the steps from the comment you pointed at and the |
@yury-s
|
Yes, this is what I got: |
Hi @yury-s, This is what I get when I follow the steps: What am I doing wrong? |
Sorry, we need more information and a minimal reproduction to fix the issue. If it still persists, could you re-file it? I can see that you are using Browser preview extension. I'm not sure how it works in the remote workflow, so it might be that it simply isn't capable of working in this setup? In either case, please re-file with a smaller repro. |
Context:
Playwright Version: [1.7.1]
Operating System: [Mac]
Node.js version: [12, 14.9.0]
Browser: [Chromium, Firefox]
System:
OS: macOS 11.1 + windows 10
Memory: 1.25 GB / 32.00 GB
Binaries:
Node: 14.9.0 - /usr/local/bin/node
Yarn: 1.22.5 - /usr/local/bin/yarn
npm: 6.14.7 - /usr/local/bin/npm
Languages:
Bash: 3.2.57 - /bin/bash
npmPackages:
playwright: ^1.7.1 => 1.7.1
Describe the bug
I have a website with a iframe inside iframe.
On chrome, When I go to this iframe I can see the inner iframe.
When I'm running a test with playwright on this website, the inner iframe is blank. (when I open dev-tools, it's suddenly appears)
my test config:
Steps to reproduce:
#5313 (comment)
Do you have any ideas on how to solve this?
The text was updated successfully, but these errors were encountered: