wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.9k stars 254 forks source link

How to install selenium-wire with conda? #253

Closed nrllh closed 3 years ago

nrllh commented 3 years ago

I have to install selenium-wire with conda. The only thing I could find is here: https://anaconda.org/ralexx/selenium-wire. But it didn't work. Is there any way to deploy selenium-wire in conda?

(I use ubuntu desktop)

masudr4n4 commented 3 years ago

make sure you have pip in your conda environments.Whats the error it showing?

nrllh commented 3 years ago

@masudr4n4 thanks