python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Not able to scrape a valid mp4 url
I am working on a scraper; more particularly fembed scraper using this url. I began with clicking on the play button then capturing the request made. But how am I going to store that request and when ...
Abhinav Singh
Votes: 0
Answers: 1
Seleniumwire dont intercept HTTPS if user-data-dir is defined
I try to intercept requests by seleniumwire.
If I dont use option --user-data-dir everything is fine. All requests are showed by driver.requests.
But I need parse some sites with authentication. So I ...
Ivan Cheshkov
Votes: 0
Answers: 1
ImportError using Seleniumwire
I can't figure out what is causing the error.
Python 3.9, 3.10.
Traceback (most recent call last):
File "C:\Users\User\Desktop\S\SS\test.py", line 1, in <module>
from seleniumwir...
Woopertail
Votes: 0
Answers: 2
Get xhr requests using Selenium-wire and undetected-chromedriver
I'm following the code below, but couldn't get the XHR requests. Code from here. Anyway to fix this?
import seleniumwire.undetected_chromedriver as uc
chrome_options = uc.ChromeOptions()
driver = uc...
Thanh Nguyen
Votes: 0
Answers: 1