Endpoints
The Safari driver comes with a set of many available endpoints:
- The driver inherits all endpoints supported by the Appium base driver
- The driver does not define any additional endpoints
- The underlying
safaridriverbinary only supports a subset of the endpoints inherited from the Appium base driver
Refer to the documentation of your Appium client for how to call specific endpoints.
Warning
While safaridriver supports almost all the WebDriver Classic protocol endpoints, for many
endpoints, safaridriver implements significantly less functionality than Chrome's
chromedriver or Firefox's geckodriver. This is important to know if you have already
existing tests for Chrome/Edge/Firefox, and wish to reuse them for Safari.
Refer to the Web Platform Tests WebDriver Classic test results for a comparison of WebDriver Classic implementations between the major browsers.