Browser::start_incognito_context sends a HandlerMessage::InsertContext to the handler after calling create_browser_context, whereas Browser::create_browser_context itself does not send this message.
This inconsistency is logically problematic, and both should exhibit the same behavior.
Browser::start_incognito_context sends a HandlerMessage::InsertContext to the handler after calling
create_browser_context, whereas Browser::create_browser_context itself does not send this message.This inconsistency is logically problematic, and both should exhibit the same behavior.