[java] Merge android specific parameters in chrome options#14217
[java] Merge android specific parameters in chrome options#14217diemol merged 7 commits intoSeleniumHQ:trunkfrom
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
|
@iampopovich seems the tests cannot be built https://github.com/SeleniumHQ/selenium/actions/runs/9745320822/job/26892961031?pr=14217#step:15:725 |
|
@diemol my bad , i forgot to import |
diemol
left a comment
There was a problem hiding this comment.
Did you run the build before?
Still getting errors: https://github.com/SeleniumHQ/selenium/actions/runs/9913402348/job/27390332113?pr=14217#step:15:482
|
@diemol i guess something happened with my working environment, and I missed another import. I also did not check the build in Gitpod. Now i ran build with command |
…Q#14217) * added androidOptions in merge method * applied suggestions * applying format.sh * import assertEquals * fix for importi Optional --------- Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
…Q#14217) * added androidOptions in merge method * applied suggestions * applying format.sh * import assertEquals * fix for importi Optional --------- Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
…Q#14217) * added androidOptions in merge method * applied suggestions * applying format.sh * import assertEquals * fix for importi Optional --------- Co-authored-by: Diego Molina <diemol@users.noreply.github.com>
User description
Thanks for contributing to Selenium!
A PR well described will help maintainers to quickly review and merge it
Before submitting your PR, please check our contributing guidelines.
Avoid large PRs, help reviewers by making them as simple and short as possible.
Description
according to bug #14133 I added androidOptions to merge method ChromiumOptions.mergeInPlace
I also added a test for the new functionality.
Motivation and Context
Types of changes
Checklist
PR Type
Bug fix, Tests
Description
androidOptionsinChromiumOptions.mergeInPlacemethod to handle Android-specific parameters.ChromeOptionsTestto verify the correct merging of Android-specific options.Changes walkthrough 📝
ChromiumOptions.java
Add merging of Android-specific options in ChromiumOptionsjava/src/org/openqa/selenium/chromium/ChromiumOptions.java
androidOptionsinmergeInPlacemethod.androidOptionsbefore merging.ChromeOptionsTest.java
Add test for merging Android-specific options in ChromeOptionsjava/test/org/openqa/selenium/chrome/ChromeOptionsTest.java