Great video on the basics of selenium-wire! I'm looking for how to intercept websocket messages, and there doesn't appear to be much of anything on the topic besides a few issues on the sw github that still don't give much. Would be a good video for you to do, would definitely receive good search results!
Excellent video bro, thank you very much, a question how can I make it listen to all the responses that arrive in the network tab, that is, leave it running the script and capture all the fetch that arrives, Thanks
Good video brother, thanks for your work, I have a question, how can I keep the browser listening to the network without it closing, I put what you did into operation and it works fine, only when I finish executing the test the browser closes and I would like keep it open listening to the network
What if i need new requests everytime i click navbar/href of a specific website?...basically i want to print network logs of a website everytime i click a new href
dude there is like a website that detects temp email i used selinium and tried to sign in using temp mail but it detects can we fix this changing the cookies?? help me
@@MichaelKitas like post request, we could use same url for different 100s of requests .. I need to filter out just one which uses some parameters in post request, like user_id=18281&type=0 and so on
hello bro plese help me , i get error ""import _brotli ImportError: DLL load failed while importing _brotli: The specified module could not be found." , how solve the this problem?
@@MichaelKitas Wow, thanks, I've found the method, it turns out that there is a Windows C++ driver that hasn't been downloaded yet, it was corrected by my brother
Brother please solve this py", line 5, in from seleniumwire.thirdparty.mitmproxy import optmanager File "C:\Users\ahmed\AppData\Roaming\Python\Python312\site-packages\seleniumwire\thirdparty\mitmproxy\optmanager.py", line 9, in import blinker._saferef ModuleNotFoundError: No module named 'blinker._saferef' in seleniumwire And also a download library blinker please help and reply
What would you like to see next?
dealing with anti bot technologies like cloudflare for example
Dockerize the same will be helpful...
Really really helpful, thanks for making it simple!
Hey man just found your channel you're awesome
Thank you for your content
Glad you enjoy it!
Great video on the basics of selenium-wire! I'm looking for how to intercept websocket messages, and there doesn't appear to be much of anything on the topic besides a few issues on the sw github that still don't give much. Would be a good video for you to do, would definitely receive good search results!
Great suggestion!
thank you for this tutorial, really helpful
grats bro, your videos helped me a lot.
Excellent video bro, thank you very much, a question how can I make it listen to all the responses that arrive in the network tab, that is, leave it running the script and capture all the fetch that arrives, Thanks
I show that in the video, use the “response” event which captures all the responses.
thank you for these tutorials keep it up
Good video brother, thanks for your work, I have a question, how can I keep the browser listening to the network without it closing, I put what you did into operation and it works fine, only when I finish executing the test the browser closes and I would like keep it open listening to the network
Just remove the "await browser.close()" line
How can you use this with the UC mode from the previous video?
import seleniumwire.undetected_chromedriver as uc
chrome_options = uc.ChromeOptions()
driver = uc.Chrome(options=chrome_options)
driver.get('www.wikipedia.org/')
print(driver.requests)
What if i need new requests everytime i click navbar/href of a specific website?...basically i want to print network logs of a website everytime i click a new href
Did you test it? It should work even after navigation
How can we achieve the same with mobile browser?
Will make a mobile browser selenium tutorial in the near future, good idea
Is it possible to load browser profile in selenium-wire driver
Yeah, the same as normal selenium
dude there is like a website that detects temp email i used selinium and tried to sign in using temp mail but it detects
can we fix this changing the cookies?? help me
Check this video: th-cam.com/video/QvaZLa_FKmY/w-d-xo.html
How to filter using request body bro , please help
What do you mean? Do you have an example?
@@MichaelKitas like post request, we could use same url for different 100s of requests .. I need to filter out just one which uses some parameters in post request, like user_id=18281&type=0 and so on
@@new_contents_all_day check if url contains those words in url parameters and if so abort the request like I showed on the video
@@MichaelKitas no it's a post request
@@new_contents_all_day it's the same thing
hello bro plese help me , i get error ""import _brotli ImportError: DLL load failed while importing _brotli: The specified module could not be found." , how solve the this problem?
Can you share code?
@@MichaelKitas Wow, thanks, I've found the method, it turns out that there is a Windows C++ driver that hasn't been downloaded yet, it was corrected by my brother
Brother please solve this
py", line 5, in
from seleniumwire.thirdparty.mitmproxy import optmanager
File "C:\Users\ahmed\AppData\Roaming\Python\Python312\site-packages\seleniumwire\thirdparty\mitmproxy\optmanager.py", line 9, in
import blinker._saferef
ModuleNotFoundError: No module named 'blinker._saferef' in seleniumwire And also a download library blinker please help and reply
Check this out: www.marekrost.cz/selenium-wire-how-to-resolve-blinker-saferef