SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.77k stars 8.02k forks source link

[🚀 Feature]: Run tests with Safari #14084

Open titusfortner opened 4 weeks ago

titusfortner commented 4 weeks ago

Feature and motivation

Until recently (a9ea73a672200870fc68c146962913b3d07d15ac) we were running Ruby tests on Safari

Since May 9, those tests were regularly (almost always but not always) failing with:

unable to connect to /usr/bin/safaridriver 127.0.0.1:7050

I'm removing the tests so we don't have to deal with those failures, but adding the issue for us to figure out what we want to do.

We should add Safari/Mac tests and more than just with Ruby. Should we consider this as a good reason to try to get a Mac Runner from EngFlow?

Usage example

n/a