WebdriverIO Chrome Recorder is a Chrome Extension designed for DevTools, which enables users to export user flow tests directly from the Recorder panel as WebdriverIO test scripts. This tool simplifies the creation of test scripts for WebdriverIO, and houses an 'Export as WebdriverIO Test Script' option under the export menu for swift accessibility.
Want to check extension ranking and stats more quickly for other Chrome extensions?
Install
Chrome-Stats extension
to view Chrome-Stats data as you browse the Chrome Web Store.
WebdriverIO Extension for DevTools that allows you to export tests directly from the Recorder panel. WebdriverIO Chrome Recorder Extension lets you export user flows as WebdriverIO test scripts from the Recorder panel in Chrome DevTools.
With Chrome Recorder and the WebdriverIO Chrome Recorder Extension, you can start creating test scripts for WebdriverIO with just a few clicks.
After installing this extension, you will see a new "Export as WebdriverIO Test Script" option available under the export menu.
Learn more about Chrome Recorder and the WebdriverIO extension with our official guide: https://bit.ly/wdio-recorder
User reviews
I have downloaded the extension that was why I managed to be able to record the test, when I tried to export the test, it said I need to install extension ...
Seems like there are some rooms for improvements. I DO very much appreciate all of your hard work to make it possible, since you had dedicated time on this anyways, please make sure it works as ***you*** had expected.
Thanks!
This extension modifies the existing recorder tool in chrome devtools to allow the export of recordings in the webdriverIO test format.
Very useful in getting started with test steps that you can modify after you have exported the webdriverIO script. Especially if you are just getting started with webdriverIO.
Absolutely DO recommend this extension.
Some things to consider-
1. The recorder is very sensitive with key presses so it will generate a lot of test steps that you might not need (such as when entering in text into fields) and it can be tedious to manually remove these steps individually from the test. This is NOT an issue with the extension, it's just a limitation of the base recording feature provided by chrome devtools.
2. The default selectors (XPATH, CSS) used by the recorder might not work when you try to import these into your local webdriverIO project. Take care to check your selectors if you want to run tests in your project.
3. Running tests directly from the Recorder may work for your situation. However the purpose of this extension is that you can export steps in the webdriverIO format to run locally and quickly prototype tests.
4. You cannot re-start a recording after you have stopped it, so be sure you are capturing all the actions you want before ending a test. If you need to get more test steps after ending a recording, you can start a new recording from where you left off, then merge any exported test steps in your webdriverIO project.