0

I'm trying to introduce a solution to a problem and in order to achieve that, I need to get the PID number of the Chromium process that displays a specific webpage (ie. http://localhost:4025).

Is it possible?

harrymc
  • 498,455
ceremcem
  • 665

1 Answers1

0

In chrome, you can open the Chome task manager using shift-escape. This task manager will tell you all processes created by extensions and all tabs, and lists their process id.

LPChip
  • 66,193