v8/tools/link_clicker.extension
Camillo Bruni 2bd86a074e [tools] Add link_click chrome extension
This extension imitates user-interaction on a page by randomly clicking on
links matching a given regexp pattern.

Change-Id: I210bebf36ce6e3a3c785953010ce21528093d1af
NOTRY=true

Change-Id: I210bebf36ce6e3a3c785953010ce21528093d1af
Reviewed-on: https://chromium-review.googlesource.com/500247
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Reviewed-by: Jakob Kummerow <jkummerow@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45201}
2017-05-09 15:25:21 +00:00
..
background.js [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
content.js [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
icon.png [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
manifest.json [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
popup.html [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
popup.js [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00
README.txt [tools] Add link_click chrome extension 2017-05-09 15:25:21 +00:00

This extension can be used to repro infrequent crashers on an unclear url-set
for a given domain. It follows a random link that matches a predefined pattern,
imitating something like real user interaction on a page.

Usage:
1. Open chrome://extensions
2. Enable developer mode
3. Click "Load unpacked extension"
4. Click the orange link-clicker extension button in the toolbar
5. Set the parameters and click "Enable" to start following links on all tabs
   open in the current window. Beware, this extension will follow arbitrary
   links. You probably don't want to be logged in with any important account.