Is it possible to throttle CPU in chrome's devtools via python selenium? And if so, how?
It would appear the driver has a method execute_cdp_cmd
which stands for "Execute Chrome Devtools Protocol command" but I do not know what command I would give it.