Copado Selenium Recorder
Copado tool to record the best Selenium tests, salesforce-compatible!
Copado Selenium Recorder क्या है?
Copado Selenium Recorder copado-cst-ide द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copado tool to record the best Selenium tests, salesforce-compatible!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Copado Selenium Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With this extension, you can enable the recording of mouse and keyboard actions on a web page, particularly Salesforce Organizations, and create Selenium commands with a variety of element locators. It also gathers detailed information on the elements being interacted with, screenshots of the area, audible feedback of commands, and more, to help you write successful Test Cases. The Recorder requires "Broad host permissions" due to Salesforce's different domains and custom domains during navigation, requiring a generic selection of accessible sites. You can reduce the selection after installing it, by following the documentation.
एक्सटेंशन की मूल जानकारी
नाम | Copado Selenium Recorder |
ID | aknhicdgfejabmkpjlmnkmakhlmedfga |
आधिकारिक URL | https://chromewebstore.google.com/detail/copado-selenium-recorder/aknhicdgfejabmkpjlmnkmakhlmedfga |
विवरण | Copado tool to record the best Selenium tests, salesforce-compatible! |
फ़ाइल का आकार | 555 KB |
स्थापना संख्या | 484 |
वर्तमान संस्करण | 2.1.6 |
अंतिम अपडेट | 2022-07-19 |
प्रकाशन तिथि | 2020-06-30 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | copado-cst-ide |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copado Selenium Recorder", "short_name": "Copado Recorder", "version": "2.1.6", "manifest_version": 2, "description": "Copado tool to record the best Selenium tests, salesforce-compatible!", "author": "Copado Solutions SL", "homepage_url": "https:\/\/copado.com\/", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "page": "background.html", "persistent": true }, "content_scripts": [ { "run_at": "document_end", "js": [ "copado-content-script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "match_about_blank": true } ], "content_security_policy": "default-src 'self'; img-src 'self' data:; connect-src https:;", "browser_action": { "default_icon": "icon48.png", "default_title": "Copado Recorder" }, "permissions": [ "activeTab", "storage", "contextMenus", "tts" ], "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4DH7Ar2a0bf0Ew9tyTuavTO1UfXbcl8Sr5HRzcMFBsShfLhDcv9cb0CNKFzmf+IUzozT+dygd3M\/g5+mxF3edtOwfirGdnBFvRKMYjabefLFmoG7L8t+\/+nBXOZqkSqUJBPpZc5ddcnErRLG1e35uXWr0oqBEgTZ0LutPIbBPlN1AG8wWrXlkZayECLGVaoZdjX+R6AWXRPNATIa4ftneh6zXuXG4DFSXTbkh8gZ7MOTB2XPeVMRMRFE9pCAO79Ow5AYtY6kmanppB5mfq5rjOUzNOKcQNogASDpU1bxfIwBI+dKWc6E3Bms41JFGg8lR1M8yPWUckZzubiolnwQmwIDAQAB" } |