593 views 23 secs 0 comments

How To Run Test On macOS Using Selenium Safari Driver

In General
November 25, 2020


We all know that Google Chrome is the most popular browser in the world. But do you know, with 17.24% of the overall browser market share, Safari is the second most popular one?

The reason behind Safari’s strong presence is that it is the default web browser for all Apple devices. And we know how much developers and coders love macOS, making it absolutely necessary to ensure that our websites’ are tested and optimized for all Safari versions.

The latest versions of Safari (10 and above) come with safaridriver, an in-built option to carry out websites’ debugging. However, the earlier versions of Safari required you to install the Safari WebDriver extension, which is no longer supported in the latest versions. Safari browser instead uses the safaridriver to implement WebDriver protocol.

In this blog, we will see how to use Selenium safaridriver to perform testing on the Safari browser.

Note: You need to have Safari on the Mac machine, as Apple has…



Continue reading on source link

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