Endpoints

The Safari driver comes with a set of many available endpoints:

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.