-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[java][sm] Configure Selenium Manager environment from System Properties #13858
Conversation
PR Description updated to latest commit (25964eb)
|
PR Review
✨ Review tool usage guide:Overview: The tool can be triggered automatically every time a new PR is opened, or can be invoked manually by commenting on any PR.
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
See the improve usage page for a comprehensive guide on using this tool. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @kool79!
@kool79 do you think you can help us and update the docs for Selenium Manager, please? |
@diemol do we need to do this in the other bindings? |
No. |
…ies (SeleniumHQ#13858) * [java][sm] Configure Selenium Manager environment from System Properties * Running format script --------- Co-authored-by: Diego Molina <[email protected]> Co-authored-by: Diego Molina <[email protected]>
User description
Fixes #13857
Allow to configure Selenium Manager from java bindings with help of java System Properties
Description
Configure a Selenium Manager with a system properties from Java
When create process for Selenium Manager, pass the System Properties from java, which start with
SE_
prefix, to the Selenium Manager process. With this approach, non-empty system properties, which are defined in java, have a higher priority over the environment variables (for Selenium Manager process only)Motivation and Context
See #13857
Types of changes
Checklist
Type
Enhancement
Description
SE_
prefix.Changes walkthrough
SeleniumManager.java
Enhance Selenium Manager Configuration via System Properties
java/src/org/openqa/selenium/manager/SeleniumManager.java
properties prefixed with
SE_
.environment of the Selenium Manager process.
properties over environment variables.