#17274: Apply filtering only on merged capabilities#17284
#17274: Apply filtering only on merged capabilities#17284bhecquet wants to merge 4 commits intoSeleniumHQ:trunkfrom
Conversation
Review Summary by QodoApply capability filtering after merge operation
WalkthroughsDescription• Apply filtering after merging capabilities instead of before • Ensures browserName is removed when app-related capabilities present • Fixes issue where mobile slot stereotype browserName was not filtered • Adds test case for Appium app capability precedence over browserName File Changes1. java/src/org/openqa/selenium/grid/node/relay/RelaySessionFactory.java
|
Code Review by Qodo
1.
|
🔗 Related Issues
Fixes #17274 where a browserName in stereotype of mobile slot is not filtered
💥 What does this PR do?
This PR restore filtering after capabilities merging, so that session capabilities contains browserName only if no app related capability is present
🔄 Types of changes