percy / percy-selenium-python

Percy visual testing for Python Selenium
MIT License
11 stars 4 forks source link

🐛 Handling SafariRemoteConnection #75

Closed rishigupta1599 closed 10 months ago

rishigupta1599 commented 10 months ago

When running on ios devices using selenium and passing browserName as safari explicitly in that case driver class name is SafariRemoteConnection whereas we have a hardcoded check in SDK for RemoteConnection causing percy_screenshot to not work in this case.