I require multiple iframes in the same window to use the same website but they all need to be isolated from each other so they can each hold their own cookies with this website. I've tried using this command
Page.createIsolatedWorld {frameId: "xxxx"}
It's supposed to return the new executionContextId, but it's not giving me any response to the command. Is it possible to use this command on a HTML iFrame?