How to connect to firefox instance with debugger port? How to connect to firefox instance with debugger port? selenium selenium

How to connect to firefox instance with debugger port?


Firefox has more debug functionality than chrome/chromium and to access those you need to:

Goto about:debugging
( Can be found in GUI under: triple-bar Button[≡] > Web Developer > Remote Debugging )

Enter your host Network Location and click Add

Click on your debugging instance on the right side.

Debug whatever you wanna debug(Tabs, Extensions or Processes etc.)