-
Hi! I started using SeleniumBase on my Windows 10 without problems, after some digging about alternatives of the use of selenium-wire. I found the example of the network traffic handlers and adapted it to my project. It worked fine. But my surprise came latter, when I tried it of a Debian system. It did work, and after several combinations of parameters I didn't found the correct combination if it exists.
That is the version I was using in the Linux system. Am I missing something? It loaded the "target_url" and I was able to take screenshots, but it didn't registry any activity. I tried also to handle requests. Any help would be welcome! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I have examples running in GitHub Actions that display responses and XHR: I have other examples here where CF Turnstiles are clicked: Note that those examples use Ubuntu... not Debian. |
Beta Was this translation helpful? Give feedback.
-
Good morning! I took raw_res_sb.py and tested it on the Debian machine, it worked partially. That is, I saw the requests but the response handler didn't print anything. That's exactly the part I'm most interested in to get the http_status. Any suggestions? P.S.: Thanks for the quick response xD |
Beta Was this translation helpful? Give feedback.
I have examples running in GitHub Actions that display responses and XHR:
I have other examples here where CF Turnstiles are clicked:
Note that those examples use Ubuntu... not Debian.
Ubuntu is the only officially supported Linux system for UC Mode / CDP Mode.
If using other Linux systems such as Debian for UC Mode / CDP Mode, then you're on your own.