Install
The easiest way to install the extension is from the Chrome Web store or Mozilla Add-ons. After the installation
Basic usage
Just right-click on any editable item on the page and you'll see a Bug Magnet submenu. Click an item there, and it will be inserted into the editable field.
Operational modes
(note: this feature does not work in Firefox due to a pending bug with privileges, and will be introduced as soon as the bug is fixed).
You can select the way bug magnet handles actions, to simulate different user workflows or manage custom components:
- Inject value: set the value directly into the field using JavaScript. This replaces the entire content of a field directly, and it is useful when you want to guarantee that there is nothing else in the input field.
- Simulate pasting: try to copy/paste the value into the active field. This will replace the currently selected part of the content, or inject the value at the cursor position. It is also useful if you want to trigger additional custom events in the application after the content changes.
- Copy to clipboard: do not change the content of the field, just copy the value into the system clipboard, so you can decide what to do with it.
To change the active operational mode, just select the Operational Mode
submenu: