Protractor Recorder

Records Protractor E2E test scripts

What is Protractor Recorder?

Protractor Recorder is a Chrome extension developed by Natosoft Ireland, and its main feature is "Records Protractor E2E test scripts".

Extension Screenshots

screenshot

Download Protractor Recorder Extension CRX File

Download Protractor Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        A recorder built for Protractor E2E tests

To use go to the tab you wish to start tests on, open chrome dev tools by clicking F12 or right clicking and clicking inspect you will see a protractor tab to start recording simply click, type etc.. on the current page the plugin will write the code along while your going through each section/page of your app.                    

Extension Basic Information

Name Protractor Recorder Protractor Recorder
ID ebfpgeghginolinmdhlbecaahehoijlh
Official URL https://chromewebstore.google.com/detail/protractor-recorder/ebfpgeghginolinmdhlbecaahehoijlh
Description Records Protractor E2E test scripts
File Size 19.18 KB
Installation Count 1,714
Current Version 2.0.0
Last Updated 2018-07-25
Publish Date 2018-07-25
Rating 1.33/5 Total 3 Ratings
Developer Natosoft Ireland
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protractor Recorder",
    "version": "2.0.0",
    "description": "Records Protractor E2E test scripts",
    "devtools_page": "devtools.html",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}