Firefox implements the Remote Debugging Protocol (RDP), which is a subset of the Chrome DevTools Protocol (CDP). You can find detailed information about RDP in the official documentation.
Some methods like Page.navigate work, enabling basic browser automation with Puppeteer. However, some methods like Schema.getDomains do not work in Firefox.
If you want to find out which domains are implemented in Firefox, where should you look for this information?