{"id":55038,"library":"selenium-remote-driver","title":"Selenium Remote Driver","description":"Selenium Remote Driver enables browser automation by sending commands to a remote Selenium server for cross-browser testing.","status":"active","version":"4.44.0","language":"java","source_language":null,"source_url":"https://github.com/SeleniumHQ/selenium","tags":["selenium","browser","automation","testing","remote"],"install":[{"cmd":"<dependency>\n  <groupId>org.seleniumhq.selenium</groupId>\n  <artifactId>selenium-remote-driver</artifactId>\n  <version>4.44.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.44.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"RemoteWebDriver","correct":"org.openqa.selenium.remote.RemoteWebDriver"}],"quickstart":{"code":"import org.openqa.selenium.remote.RemoteWebDriver;\nimport org.openqa.selenium.remote.DesiredCapabilities;\nimport java.net.URL;\n\nRemoteWebDriver driver = new RemoteWebDriver(new URL(\"http://localhost:4444/wd/hub\"), DesiredCapabilities.chrome());\ndriver.get(\"https://example.com\");\ndriver.quit();","lang":"java","description":"Connects to a remote Selenium server and opens a webpage."},"warnings":[{"fix":"Replace DesiredCapabilities with ChromeOptions or FirefoxOptions.","message":"Selenium 4.x changed the API for WebDriver options; use ChromeOptions instead of DesiredCapabilities.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'autom':9,25 'browser':8,21,24 'command':12 'cross':20 'cross-brows':19 'driver':3,6 'enabl':7 'remot':2,5,15,27 'selenium':1,4,16,23 'send':11 'server':17 'test':22,26","created_at":"2026-06-15T09:34:10.346474+00:00","updated_at":"2026-06-15T09:34:10.346474+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-remote-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}}