{"id":56993,"library":"selenium-safari-driver","title":"Selenium Safari Driver","description":"A WebDriver implementation for automating Safari browser interactions in Selenium tests.","status":"active","version":"4.44.0","language":"java","source_language":null,"source_url":"https://github.com/SeleniumHQ/selenium","tags":["selenium","safari","webdriver","testing","browser"],"install":[{"cmd":"<dependency>\n  <groupId>org.seleniumhq.selenium</groupId>\n  <artifactId>selenium-safari-driver</artifactId>\n  <version>4.44.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.seleniumhq.selenium:selenium-safari-driver:4.44.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SafariDriver","correct":"org.openqa.selenium.safari.SafariDriver"}],"quickstart":{"code":"import org.openqa.selenium.safari.SafariDriver;\nimport org.openqa.selenium.WebDriver;\n\npublic class Example {\n    public static void main(String[] args) {\n        WebDriver driver = new SafariDriver();\n        driver.get(\"https://example.com\");\n        System.out.println(driver.getTitle());\n        driver.quit();\n    }\n}","lang":"java","description":"Launches Safari and navigates to a URL."},"warnings":[{"fix":"Ensure Safari is installed and enable remote automation in Safari's Develop menu.","message":"SafariDriver requires Safari browser and appropriate permissions on macOS.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'autom':8 'browser':10,19 'driver':3 'implement':6 'interact':11 'safari':2,9,16 'selenium':1,13,15 'test':14,18 'webdriv':5,17","created_at":"2026-06-15T10:59:08.764040+00:00","updated_at":"2026-06-15T10:59:08.764040+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://selenium.dev/","github":"https://github.com/SeleniumHQ/selenium","docs":"https://appdoc.app/artifact/org.seleniumhq.selenium/selenium-safari-driver/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["testing"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}