I want to use Firefox's marionette interface directly over TCP without using any geckodriver or selenium packages. But I failed finding any documentation about marionette commands list. There is only a brief documentation about how the protocol works in general here. But what I need is a complete documentation of all possible commands with interfaces and data models and such.
Where can I find it?