2bd86a074e
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}
13 lines
609 B
Plaintext
13 lines
609 B
Plaintext
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.
|