0

I want to programmatically get a get-request that appears in chrome devtools(network) after clicking on the "play audio" button. Get-request will enter the page with the audio source. How can this be implemented on python using selenium ?enter image description here

2 Answers 2

1

It's not possible with Selenium under the current build. You can find more information under this similar question. You can achieve it with requests if you don't have to interact with any javascript.

Sign up to request clarification or add additional context in comments.

Comments

0

Possible using request interception with Chrome-Developer-Protocoll.

Have a look at https://stackoverflow.com/a/75067388/20443541

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.