2

I found in different places that, automation with safari can be done in MAC OS as safari is also an Apple product. But, we can download and install safari browser in windows and test there manually.

Is there any way or at least way around to write test automation script with ruby, watir-webdriver to run in Safari browser in Windows OS?

For example, I just want to open safari browser like other browsers (firefox, chrome, ie) in windows and rest part of the scripts are supposed to run same in all browsers.

@browser = Watir::Browser.new :safari
asked Sep 21, 2017 at 9:50

1 Answer 1

3

No

The highest version of Safari for Windows is too old. It's also not able to handle many modern web technologies, so you're better off using either a containerized version of Safari, or sticking to Mac OS to test Safari.

answered Sep 21, 2017 at 11:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.