{"id":55136,"library":"selenium-support","title":"Selenium Support","description":"Selenium Support provides helper classes for browser automation, including expected conditions and page object support.","status":"active","version":"4.44.0","language":"java","source_language":null,"source_url":"https://github.com/SeleniumHQ/selenium","tags":["testing","browser-automation","selenium"],"install":[{"cmd":"<dependency>\n  <groupId>org.seleniumhq.selenium</groupId>\n  <artifactId>selenium-support</artifactId>\n  <version>4.44.0</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.seleniumhq.selenium:selenium-support:4.44.0'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"WebDriverWait","correct":"org.openqa.selenium.support.ui.WebDriverWait"}],"quickstart":{"code":"import org.openqa.selenium.By;\nimport org.openqa.selenium.WebDriver;\nimport org.openqa.selenium.chrome.ChromeDriver;\nimport org.openqa.selenium.support.ui.WebDriverWait;\nimport java.time.Duration;\n\nWebDriver driver = new ChromeDriver();\nWebDriverWait wait = new WebDriverWait(driver, Duration.ofSeconds(10));\nwait.until(d -> d.findElement(By.id(\"myElement\")));\ndriver.quit();","lang":"java","description":"Wait up to 10 seconds for an element with id 'myElement' to appear."},"warnings":[{"fix":"Use Duration.ofSeconds(10) instead of just 10.","message":"Selenium 4.x changed WebDriverWait constructor to accept Duration instead of long seconds.","severity":"breaking","affected_versions":">=4.0.0"}],"env_vars":null,"search_vec":"'autom':10,21 'browser':9,20 'browser-autom':19 'class':7 'condit':13 'expect':12 'helper':6 'includ':11 'object':16 'page':15 'provid':5 'selenium':1,3,22 'support':2,4,17 'test':18","created_at":"2026-06-15T09:38:12.680119+00:00","updated_at":"2026-06-15T09:38:12.680119+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-support/","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}}