Trouble Capturing MP3 with CDP Mode Across Multi-Step Flow #3728
benfrankie
started this conversation in
General
Replies: 1 comment 5 replies
-
Can you share your code? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using SeleniumBase with uc=True and activate_cdp_mode() to automate a CAPTCHA flow from Captcha Fox.
On single-step versions, CDP successfully intercepts the .mp3 audio file.
But in the multi-step version (e.g. signup form at m a i l . c o m → checkbox → audio challenge → play), the page doesn’t reload or change URL — only the content updates dynamically. In these cases, CDP fails to capture the MP3 request when audio is played.
Is there a recommended way to ensure CDP captures dynamically triggered requests in multi-step flows like this, where the audio element appears only after several UI interactions on the same page?
Appreciate your help!
Beta Was this translation helpful? Give feedback.
All reactions