You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to avoid unnecessary reflection usage in Appium java client please extend the scope of the following properties of the HttpCommandExecutor class:
httpClientFactory -> private to protected
additionalCommands -> private to protected
Have you considered any alternatives or workarounds?