516 views 19 secs 0 comments

Setup selenium webdriver in python

In General
July 10, 2019


Selenium WebDriver is one of the most popular tools for Web UI Automation. And no better than Python can complement it to automate a broad range of web applications.

Selenium is an open source, and its library is available in different programming languages to perform the Web UI Automation testing, and Python is one of them.

Selenium WebDriver Client Library for Python enables us to utilize all the features available with Selenium WebDriver and interact with Selenium Standalone Server to perform Automated testing (both remote and distributed testing) of browser-based applications.

Installing Python

On Linux Distributions, MAC OS X, and Unix machines; Python is by default installed.

However, on Windows machines, it needs to be installed separately. Python installers for different Operating Systems are available here:

After you run the Python installer, it also installs the <pip> tool which is Python’s package manager. It facilitates the installation of advanced…



Continue reading on source link

Leave a Reply
You must be logged in to post a comment.