Quick question, I've been building a python selenium framework for testing our site. I have successfully implemented Firefox, Chrome and IE for browser testing. But have been searching for Safari driver. I know in the official documents it briefly describes it's incompatibilities and doesn't support Safari. What would you guys suggest I use for testing Safari functionality with python and selenium. Is it possible using python?
I've searched and search and can't seem to find any related Safari driver.
Thanks in advance,