WebDriver Element Locator
Chrome Port of WebDriver Element Locator
Qu'est-ce que WebDriver Element Locator ?
WebDriver Element Locator est une extension Chrome développée par gertdreyer, et sa fonction principale est "Chrome Port of WebDriver Element Locator".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension WebDriver Element Locator
Téléchargez les fichiers d'extension WebDriver Element Locator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
To use this extension, simply right click on the web element you wish to locate, select an appropriate locator string and it'll be copied to your clipboard. This extension will attempt to populate the context menu with usable webdriver XPATH-based findElement commands for the dotnet, python and ruby bindings and Support Locator Library references for the focused web element. To help prevent buggy tests (and save your time debugging), it will also check the locators for uniqueness, signified by red crosses and green ticks. In addition, if elements have long, fragile, auto-generated attributes such as id="ctl00_ElementContainer_Inputs_txtForename" it will attempt to locate based on the final (and most significant) part of the value only. If it struggles to locate via attributes it will also attempt to locate via text value. After installing the extension a browser restart is recommended to ensure the extension functions as expected.
Informations de Base sur l'Extension
Nom | |
ID | cjighmmbcdpbfnhinpakjloafcpmefgl |
URL Officiel | https://chromewebstore.google.com/detail/webdriver-element-locator/cjighmmbcdpbfnhinpakjloafcpmefgl |
Description | Chrome Port of WebDriver Element Locator |
Taille du Fichier | 21.57 KB |
Nombre d'Installations | 1,406 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-03-16 |
Date de Publication | 2021-11-24 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | gertdreyer |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gertdreyer/WebDriver-Element-Locator/tree/main |
URL de la Page d'Aide | https://github.com/gertdreyer/WebDriver-Element-Locator/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WebDriver Element Locator", "description": "Chrome Port of WebDriver Element Locator", "version": "1.5", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ " |