moon icon indicating copy to clipboard operation
moon copied to clipboard

Capabilities not visible in UI

Open benzman81 opened this issue 6 years ago • 6 comments

In the selenoid ui from moon I can not see the available capabilities.

benzman81 avatar Oct 09 '19 17:10 benzman81

@benzman81 which capabilities are you talking about? Selenoid UI is only showing code snippets of how to run browsers.

vania-pooh avatar Oct 10 '19 09:10 vania-pooh

I would expect the available browsers and versions to be in the dropdown for creating code snippets. But they are not listed.

Selenoid UI

benzman81 avatar Oct 10 '19 10:10 benzman81

@benzman81 could you show your /status API output from moon-api container then?

vania-pooh avatar Oct 10 '19 10:10 vania-pooh

@vania-pooh sorry for the delay. Here is the output: {"total":4,"used":0,"queued":0,"pending":0,"browsers":{}}

benzman81 avatar Oct 11 '19 14:10 benzman81

@vania-pooh I got the reason for this. I set the value for "browsers.json" in config map to be empty because of issue #161 . Fully removing it also doesnt help.

benzman81 avatar Oct 11 '19 14:10 benzman81

@benzman81 ok, the issue is that we just don't support any kind of authentication in UI and simply output everything from browsers.json.

vania-pooh avatar Oct 12 '19 15:10 vania-pooh