Safari and WebDriver: A Testing Frustration Story
Safari and WebDriver: A Testing Frustration Story

Safari and WebDriver: A Testing Frustration Story

Author
Shiv Bade
Tags
webdriver
safari
Published
May 19, 2017
Featured
Slug
Tweet
Cross-browser testing is tricky — Safari made it worse.
Observations: - SafariDriver has quirks vs ChromeDriver - Popups and alerts are problematic - Debug logs are minimal
Eventually, settled on remote testing via SauceLabs for Mac-specific cases.