-
Notifications
You must be signed in to change notification settings - Fork 33
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
wdio-intercept-service is not capturing requests invoked in iframe #613
Comments
@christian-bromann Can you help here? |
The iframe has a separate window context; you will need to activate that frame and install the interceptor in it. |
@tehhowch Thanks for replying, I tried switching to frames and then setting up the interceptor via browser.setupInterceptor(); but this didn't work out. |
@rahul-xenon how exactly does the iframe make requests? If it doesn't use the current value of the window's |
Any plans to support capturing web sockets in the future? If not, what is the reason? |
No current plans.
Time. You are welcome to contribute the functionality and its test cases if you desire to see it in |
I have a third party app installed in Microsoft Teams which gets launched in embedded view i.e. in iframe.
I am able to capture MS Teams specific requests but unable to capture the traffic initiated via iframe.
Is this a known limitation that intercept service doesn't capture iframe traffic..?
The text was updated successfully, but these errors were encountered: