Compare Chrome extensions: Click.Repeat. vs VBot Recorder

Stats Click.Repeat. Click.Repeat. VBot Recorder VBot Recorder
User count 10,000+ 108
Average rating 3.65 1.00
Rating count 52 2
Last updated 2021-08-10 2019-03-08
Size 785.41K 124.93K
Version 2.4 1.1
Short description
Click.Repeat. Clicks an element in a given time interval continuously. Just enter element's Xpath & time to auto click. Automatically record UI interactions and quickly generate playbook JSON for VBot to do visual regression tests.
Full summary

Click.Repeat. is an automation program that lets you click on one/upto-10 element(s) in a given time interval continuously and saves manual operational click time. Just provide element's Xpath and time interval(in seconds/miliseconds) to auto click it in specific interval. It can save those given values(Xpath and Interval) so that user doesn't need to input them again and again, and continues the click even the page is refreshed. Separate operation status can be seen for individual set. You can control all sets individually. Plus there are three buttons in the bottom that are able to Play, Pause and Reset all the sets in just one click. (How to copy an Xpath: https://www.youtube.com/watch?v=7MElEBgfwVg&t=43s )

Verify your code by snapshots.

VBot Recorder is an extension to automatically record interactions inside a web page and quickly generate playbook JSON, aka test steps.

It is a visual regression testing library/tool, aims to quickly automate browser-based tests with minimum development overhead.

You can run the tests on vbot.io setups, or with frameworks like mocha and its command line tool to test locally and flexibly. It will execute the tests automatically and compare the snapshots between the new test and baseline.

For more details, please go to https://vbot.io, or refer to its open source github repository https://github.com/katat/vbot