Introduction
Using the clipboard, you can copy, paste, and edit text on the browser console.
Note: The clipboard options does not appear when disabled from the user preference Advanced Settings option.
Copying and pasting text
To copy and paste text in browser console:
- From the browser console, press Ctrl + Alt + Shift keys on the keyboard.
- From the Clipboard window
- Enter the text that you want to copy and paste.
- Press Ctrl + Alt + Shift keys on the keyboard.
The Clipboard window disappears. - On the Browser console, right-click the mouse.
The text is pasted on the Browser console.
Editing or deleting text
To edit or delete text from the browser console:
- From the browser console, select the content to edit or delete .
- Press Ctrl + Alt + Shift keys on the keyboard.
The Clipboard window appears with the selected content. - Edit or delete the content.
- Press Ctrl + Alt + Shift keys on the keyboard.
The clipboard window disappears. - On the browser console, right-click the mouse.
The content that is updated appears on the browser console.