How to pass selendroid server arguments to appium when running in Selendrid Mode?

Hi Everyone,

I am running Appium in Selendroid mode and when i go to selendroid inspector at “localhost:4444/inspector” the screenshot of device is not displayed. Even though the DOM structure displayed i’m not able to identify the elements, as without the reference of element in screen shot its difficult.
There is one issue logged in selendroid repo here. The solution is to pass the server argument -deviceScreenshot. Which i’m able to do if i start the selendorid server from command line.

Is there any support in Appium for passing server argument to Selendroid?

@SergeyTichomirov @Hassan_Radi @jonahss @jlipps any suggestion on this, if it’s not available should I log this in issue log?