You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm building a bot that integrates with meet, zoom and teams online meetings and that records the audio of a meeting.
My problem is that with teams and zoom, the xdg-open popup appears when I navigate to the invitation url, and It's blocking the rest of my scenario.
I came across many potential solutions. Including setting the user preferences of chrome (as described here or here) through the puppeteer-extra-plugin-user-preferences. The problem is that so far I haven't been able to make it work.
I also tried the basic example of the doc and setting the font size to something big enough for me to notice a difference and same it doesn't seem to be working cuz I can't see any difference.
To reproduce you can instantiate the following class with a valid zoom meeting invitation url. You should see the xdg-open popup. The schemes excluded should be good I checked with the network requests made and it matches.
Maybe important to precise, I'm running puppeteer in a ubuntu:22.04 based docker image in headfull mode sharing my X server with my host for dev, but the goal is to run in headless.
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm building a bot that integrates with meet, zoom and teams online meetings and that records the audio of a meeting.
My problem is that with teams and zoom, the xdg-open popup appears when I navigate to the invitation url, and It's blocking the rest of my scenario.
I came across many potential solutions. Including setting the user preferences of chrome (as described here or here) through the puppeteer-extra-plugin-user-preferences. The problem is that so far I haven't been able to make it work.
I also tried the basic example of the doc and setting the font size to something big enough for me to notice a difference and same it doesn't seem to be working cuz I can't see any difference.
To reproduce you can instantiate the following class with a valid zoom meeting invitation url. You should see the xdg-open popup. The schemes excluded should be good I checked with the network requests made and it matches.
Code Snippet
Versions
System:
OS: Linux 6.5 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
CPU: (8) x64 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
Memory: 19.41 GB / 31.06 GB
Container: Yes
Shell: 5.1.16 - /bin/bash
Binaries:
Node: 20.11.1 - /usr/bin/node
npm: 10.2.4 - /usr/bin/npm
pnpm: 8.15.3 - /usr/bin/pnpm
npmPackages:
puppeteer: ^22.0.0 => 22.0.0
puppeteer-extra: ^3.3.6 => 3.3.6
puppeteer-extra-plugin: ^3.2.3 => 3.2.3
puppeteer-extra-plugin-stealth: ^2.11.2 => 2.11.2
puppeteer-extra-plugin-user-preferences: ^2.4.1 => 2.4.1
Maybe important to precise, I'm running puppeteer in a
ubuntu:22.04
based docker image in headfull mode sharing my X server with my host for dev, but the goal is to run in headless.The text was updated successfully, but these errors were encountered: