--- id: robotframework-seleniumlibrary version: "6.9.0" license: Apache License 2.0 license_treatment: permissive maintenance: active --- # robotframework-seleniumlibrary — Web testing library for Robot Framework License: permissive · Maintenance: active · Downloads: 2.2M/mo ## What it is and what it does SeleniumLibrary bridges Robot Framework and Selenium, providing a set of keywords for automating web browser interactions in test scripts. It handles browser automation tasks like opening browsers, clicking elements, entering text, and validating page content—all expressed as Robot Framework keywords rather than Python code. The library works with Selenium 4 and supports Python 3.10 through 3.13, plus PyPy. The library is designed for teams writing Robot Framework tests who need to automate web application testing. Rather than writing Python Selenium code directly, testers write Robot Framework test cases using high-level keywords provided by SeleniumLibrary, often layering domain-specific keywords on top. Browser drivers are automatically installed and managed by Selenium Manager, reducing setup friction. The library has been actively maintained since 2015 and is production-stable. Use it for: - Write Robot Framework test suites that automate login flows, form submissions, and page navigation in web applications. - Build regression test suites for web UIs that run across multiple browsers and environments without rewriting test logic. - Create acceptance tests that verify web application behavior in natural language, readable by non-technical stakeholders. - Extend SeleniumLibrary with custom keywords for domain-specific testing workflows in your organization. - Automate cross-browser testing by running the same Robot Framework tests against Chrome, Firefox, Safari, and Edge. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. SeleniumLibrary is a Robot Framework library that provides keywords for automating web browser interactions using Selenium, enabling test automation of web applications. Yes. SeleniumLibrary is a mature, actively maintained library with low install friction and no known vulnerabilities. It is the standard way to integrate Selenium-based web automation into Robot Framework test suites. Install it if you are writing Robot Framework tests that need to automate web browser interactions; it is production-ready and widely used. ## Install pip install robotframework-seleniumlibrary uv add robotframework-seleniumlibrary poetry add robotframework-seleniumlibrary ## Installing robotframework-seleniumlibrary Before you install: Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release 89 days ago and 1472 GitHub stars. Requires Python 3.10 or later and depends on selenium, robotframework, robotframework-pythonlibcore, and click—all standard, well-maintained packages. License in practice: Licensed under Apache License 2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions beyond attribution and liability disclaimers. Quickstart: pip install robotframework-seleniumlibrary # In a Robot Framework test file: *** Settings *** Library SeleniumLibrary *** Test Cases *** Open Browser Example Open Browser http://example.com Chrome Title Should Be Example Domain Close Browser Requires Python 3.10 or later. Browser drivers are automatically managed by Selenium Manager, but a compatible browser (Chrome, Firefox, etc.) must be installed on the system. Verify before relying: - Whether Selenium Manager's automatic driver management works reliably in all CI/CD environments without additional configuration. - Performance characteristics when running large test suites with many concurrent browser instances. ## Package facts - License: Apache License 2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 2.2M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags robot framework web testing, selenium browser automation, web test automation library, robot framework selenium keywords, browser automation testing, web ui test automation, selenium webdriver robot framework, web-automation, robot-framework, test-automation [View on SkillFed](https://skillfed.io/packages/robotframework-seleniumlibrary) · [View on PyPI](https://pypi.org/project/robotframework-seleniumlibrary/)