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
Only recently stumbled upon this project and just looking to understand a bit more about how it works in the background, I've had a read through the code but my python knowledge isn't too good (I come from more of a Java background). I'm particularly interested in the sub processing and CDP commands.
I understand the logic of starting chrome in a separate process reduces chances of detected but then how is python communicating with the browser is it via remote debugging or is it more generic CDP commands?
If not is there any benefit in not enabling the remote debugging in the browser until after the page load ie send CDP command to activate the remote debugging after the fact? (I mainly write java so apologies if I've massively misunderstood the setup, mainly looking for some advice on whether my understanding is correct?)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Folks,
Only recently stumbled upon this project and just looking to understand a bit more about how it works in the background, I've had a read through the code but my python knowledge isn't too good (I come from more of a Java background). I'm particularly interested in the sub processing and CDP commands.
I understand the logic of starting chrome in a separate process reduces chances of detected but then how is python communicating with the browser is it via remote debugging or is it more generic CDP commands?
If not is there any benefit in not enabling the remote debugging in the browser until after the page load ie send CDP command to activate the remote debugging after the fact? (I mainly write java so apologies if I've massively misunderstood the setup, mainly looking for some advice on whether my understanding is correct?)
Beta Was this translation helpful? Give feedback.
All reactions