feat: Add generic proxy implementation by mykola-mokhnach · Pull Request #11201 · SeleniumHQ/selenium

@mykola-mokhnach Thank you for your contribution. Can you help me understand how will this proxy be used to solve appium/java-client#1694 (comment)? How can it be used by Selenium? Just trying to understand where the code should sit. Do you have any follow-up PRs in mind that touches on the current decorators implementation?

@titusfortner We have webdriver decorator in the support package for Java. That functionality is specific to Java. So on that point, I don't see an issue. However, I want to first understand how this proxy will be used since it seems to address a broader Java concern and for that separating out is a good idea.