Chrome/Microsoft Edge
Press Ctrl + Shift + J to open the Developer Tools. This will open with the Console tab already selected:
If there is anything in the console already press the 'clear' icon to clear out the current text in the console:
Paste or type in your command on the input line then press 'Enter' to execute the command. In this example we are getting the raw data of a work item by using JSON.stringify(pageForm.viewModel). You will see an output similar to this:
Firefox
Press Ctrl + Shift + I to open the Developer Tools. This will open with the Console tab already selected:
If there is anything in the console already press the clear button:
Paste or type in your command on the input line then press 'Enter' to execute the command. In this example we are getting the raw data of a work item by using JSON.stringify(pageForm.viewModel). You will see an output similar to this:
Note that if the result is large, like in this example, you need to click the ellipsis to expand the results.
Internet Explorer 11
Press F12 to open the Developer Tools. Then click the Console tab:
If there is anything in the console already press the 'x' icon to clear out the current text:
Paste or type in your command on the input line then press 'Enter' to execute the command. In this example we are getting the raw data of a work item by using JSON.stringify(pageForm.viewModel). You will see an output similar to this: