chrome-remote-interface API has a List method to see all open targets, which are chrome tabs. By default when a new instance is connected, it connects to the first tab. It is not possible to inspect more than one target, so to inspect another, must List() to see targets, and connect to the desired target.
chrome-remote-interface API has a List method to see all open targets, which are chrome tabs. By default when a new instance is connected, it connects to the first tab. It is not possible to inspect more than one target, so to inspect another, must List() to see targets, and connect to the desired target.