Python
conda 에서 robobrowser, selenium 설치하기
공부운동
2021. 8. 28. 19:01
conda install -c conda-forge robobrowser
https://anaconda.org/conda-forge/robobrowser
Robobrowser :: Anaconda.org
Description RoboBrowser is a simple, Pythonic library for browsing the web without a standalone web browser. RoboBrowser can fetch a page, click on links and buttons, and fill out and submit forms. If you need to interact with web services that don't have
anaconda.org
conda install -c conda-forge selenium
https://anaconda.org/conda-forge/selenium
Selenium :: Anaconda.org
Python bindings for the Selenium WebDriver for automating web browser interaction.
anaconda.org