Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Pmaster-dev
/
SeleniumLibrary
Public
forked from
robotframework/SeleniumLibrary
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on May 17, 2026
Forgot to add my thanks to petobarki recognize his request for the secrets feature
emanlove
committed
3b35ef1
View commit details
Copy full SHA for 3b35ef1
Browse repository at this point
Generated docs for version 6.9.0
emanlove
committed
8b0a8ba
View commit details
Copy full SHA for 8b0a8ba
Browse repository at this point
Updated version to 6.9.0
emanlove
committed
2391abc
View commit details
Copy full SHA for 2391abc
Browse repository at this point
Release notes for 6.9.0
emanlove
committed
af69f29
View commit details
Copy full SHA for af69f29
Browse repository at this point
Commits on May 16, 2026
Merge pull request #1988 from emanlove/1986-set-minimum-selenium-version
Show description for af57c69
emanlove
authored
af57c69
View commit details
Copy full SHA for af57c69
Browse repository at this point
Updating Selenium versions within select GA workflow
Show description for 5b9fbc2
emanlove
committed
5b9fbc2
View commit details
Copy full SHA for 5b9fbc2
Browse repository at this point
Bumping minimum Selenium version to 4.25.0
Show description for 8daa8b8
emanlove
committed
8daa8b8
View commit details
Copy full SHA for 8daa8b8
Browse repository at this point
Merge pull request #1985 from yuriverweij/feature/add-secret-type
Show description for c23556e
emanlove
authored
c23556e
View commit details
Copy full SHA for c23556e
Browse repository at this point
Merge pull request #1987 from yuriverweij/known-issue-firefox-drag-and-drop
Show description for 91700c4
emanlove
authored
91700c4
View commit details
Copy full SHA for 91700c4
Browse repository at this point
Commits on May 12, 2026
add 'Known Issue Firefox' tags to relevant test cases in draganddropframe.robot
yuriverweij
committed
53eb904
View commit details
Copy full SHA for 53eb904
Browse repository at this point
formatter change
yuriverweij
committed
5bbfb6e
View commit details
Copy full SHA for 5bbfb6e
Browse repository at this point
Refactor Robot Framework version check to use regex for improved accuracy
yuriverweij
committed
1cdf03f
View commit details
Copy full SHA for 1cdf03f
Browse repository at this point
Commits on May 11, 2026
Refactor password logging behavior for input text to enhance security, and clarity in documentation
yuriverweij
committed
ac5afde
View commit details
Copy full SHA for ac5afde
Browse repository at this point
Commits on May 6, 2026
Fix log line number in Input Password Does Not Log Secret Value test case
yuriverweij
committed
56ca2af
View commit details
Copy full SHA for 56ca2af
Browse repository at this point
Remove secret_helper.py and update tests to exclude require-rf-7.4 for compatibility with older Robot Framework versions
yuriverweij
committed
c25e213
View commit details
Copy full SHA for c25e213
Browse repository at this point
Enhance password handling documentation for Secret type support in Input Password keyword
yuriverweij
committed
b2e8aed
View commit details
Copy full SHA for b2e8aed
Browse repository at this point
Merge branch 'robotframework:master' into feature/add-secret-type
yuriverweij
authored
d35867b
View commit details
Copy full SHA for d35867b
Browse repository at this point
Merge pull request #1984 from yuriverweij/master
Show description for e882cff
emanlove
authored
e882cff
View commit details
Copy full SHA for e882cff
Browse repository at this point
fix formatting
yuriverweij
committed
be38514
View commit details
Copy full SHA for be38514
Browse repository at this point
moved test back with other textfield tests. Fixed bug, not using value of secret, but <secret>
yuriverweij
committed
42b0e6b
View commit details
Copy full SHA for 42b0e6b
Browse repository at this point
Commits on May 5, 2026
Merge branch 'master' of https://github.com/yuriverweij/SeleniumLibrary into feature/add-secret-type
yuriverweij
committed
4c8a8b0
View commit details
Copy full SHA for 4c8a8b0
Browse repository at this point
Merge pull request #1953 from b-vamsipunnam/feature/drag-and-drop-to-frame
Show description for 858c25a
emanlove
authored
858c25a
View commit details
Copy full SHA for 858c25a
Browse repository at this point
Merge branch 'master' into feature/drag-and-drop-to-frame
emanlove
authored
54584bc
View commit details
Copy full SHA for 54584bc
Browse repository at this point
Merge pull request #1978 from yuriverweij/fix/update-linting-checking-and-formatting
Show description for e495938
emanlove
authored
e495938
View commit details
Copy full SHA for e495938
Browse repository at this point
refactor: rename plugins to lowercase to adhere to naming conventions
yuriverweij
committed
be8ba7b
View commit details
Copy full SHA for be8ba7b
Browse repository at this point
adjust spacing
yuriverweij
committed
975c1ba
View commit details
Copy full SHA for 975c1ba
Browse repository at this point
refactor: rename classes to lowercase to adhere to RF syntax guidelines
yuriverweij
committed
46de77c
View commit details
Copy full SHA for 46de77c
Browse repository at this point
undo removing placeholder in __main__.py, def_cli()
yuriverweij
authored
707d468
View commit details
Copy full SHA for 707d468
Browse repository at this point
Add PIE790 rule for unnecessary placeholder
yuriverweij
authored
7a135e2
View commit details
Copy full SHA for 7a135e2
Browse repository at this point
Commits on May 4, 2026
refactor: move browser_names to class variable and remove unused WINDOWS import which is no longer needed,. see #1884
Show description for 847a32e
yuriverweij
and
Copilot
committed
847a32e
View commit details
Copy full SHA for 847a32e
Browse repository at this point
feat: add support for Secret type in input handling and create helper for backward compatibility
yuriverweij
committed
fe02589
View commit details
Copy full SHA for fe02589
Browse repository at this point
Commits on Apr 28, 2026
Merge pull request #1960 from robotframework/dependabot/github_actions/actions/setup-python-6
Show description for 14c8191
yuriverweij
authored
14c8191
View commit details
Copy full SHA for 14c8191
Browse repository at this point
Merge pull request #1959 from robotframework/dependabot/github_actions/browser-actions/setup-chrome-2
Show description for d1ef949
yuriverweij
authored
d1ef949
View commit details
Copy full SHA for d1ef949
Browse repository at this point
Merge pull request #1958 from robotframework/dependabot/github_actions/actions/checkout-6
Show description for 185c7ae
yuriverweij
authored
185c7ae
View commit details
Copy full SHA for 185c7ae
Browse repository at this point
Commits on Apr 26, 2026
refactor: move Creator class definition inside creator function
yuriverweij
committed
118cdd5
View commit details
Copy full SHA for 118cdd5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.