Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[java] change access modifier of RemoteWebElement.execute method (#8398)
We have extended RemoteWebElement and added more capabilities by extending RemoteWebElement. We have overridden `execute` method. Now this method has been replaced by `CommandPayload` arguments, these need to be a protected method to support override. Earlier it was support in selenium version 2 and 3.
- Loading branch information