Install selenium for python 2.7 on mac

broken image
broken image

There are all kind of webdrivers including:ĭepending on which driver you install, you can load a different browser. This will install the selenium module, but that’s not all yet. Once that’s setup and activated, you want to install the selenium module inside it. To get started, first you should setup a virtual environment. This can be quite tricky to get right, if you are new to selenium I recommend the course below.īrowser Automation with Python Selenium - Novice to Ninja Install selenium

broken image

To use use selenium, you need both the selenium module and the web driver installed. A web browser can be controlled using Python code, any task you would normally do on the web can be done using the selenium module.