
To sign-in automatically with Microsoft Account in Windows 10, do the following. To save your time and speed up the logon process, you might want to enable automatic logon for your Microsoft Account. This means you can control the browser: opening, closing tabs and windows and changing the content that they host, and modify the browser's UI by creating, changing and removing XUL elements.When you are signing in with a Microsoft account in Windows 10, it requires a password to be entered by the user just like it is necessary for a local account. You can confirm this by evaluating window: If the result of a command is an object, you can click on the object to see its details.īut while the Web Console executes code in the scope of the content window it's attached to, the browser console executes code in the scope of the chrome window of the browser. Like the Web Console, the command line interpreter enables you to evaluate JavaScript expressions in real time: Also like the Web Console's command line interpreter, this command line supports autocomplete, history, and various keyboard shortcuts and helper commands. To enable it set the preference to true in about:config, or set the "Enable chrome debugging" option in the developer tool settings. The Browser Console command line is disabled by default.

The following image shows the browser console focused on the same page as above after clicking on the Show Content Messages checkbox. the messages from scripts in all the opened pages) by setting or clearing the checkbox labeled Show Content Messages.


