@FindBy
Generates cssSelector and xPath for Selenium
Co je @FindBy?
@FindBy je rozšíření Chrome vyvinuté Vigneshwaran Gopalan, a jeho hlavní funkcí je „Generates cssSelector and xPath for Selenium“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření @FindBy
Stáhněte si soubory rozšíření @FindBy ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
@FindBy is a Google Chrome Web Extension that generates CSS Selectors and XPath for selected items on a web page. It comes with an intuitive UI that helps the end user understand the DOM structure in a simple tabular form with the element attributes. @FindBy enables the user to select the HTML tag attributes and generate relative CSS selectors and XPath. The generated CSS selectors and XPath in automation testing tools like Selenium, Protractor, etc. @FindBy helps UI automation test engineers in generating complete CSS selectors and XPath by just a click of checkboxes. It's faster and accurate and will save tons of time spent in analyzing the DOM and writing your CSS selectors and XPath. Let's stop writing custom and complex CSS selectors and XPath and start GENERATING!
Základní Informace o Rozšíření
Název | @FindBy |
ID | amfagfnjpmboaffcefbgcbafmneemlhf |
Oficiální URL | https://chromewebstore.google.com/detail/findby/amfagfnjpmboaffcefbgcbafmneemlhf |
Popis | Generates cssSelector and xPath for Selenium |
Velikost souboru | 109 KB |
Počet instalací | 289 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-04-14 |
Datum Vydání | 2021-04-02 |
Hodnocení | 4.27/5 Celkem 11 Hodnocení |
Vývojář | Vigneshwaran Gopalan |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.youtube.com/channel/UCjzTDpv9OfyAU-yNGV-96VQ |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "@FindBy", "version": "1.3", "description": "Generates cssSelector and xPath for Selenium", "author": "Vigneshwaran Gopalan", "background": { "scripts": [ ".\/jscripts\/FindBy_eventPage.js" ] }, "permissions": [ "contextMenus", "storage" ], "web_accessible_resources": [ "\/icons\/*.png" ], "icons": { "16": ".\/icons\/FindBy.png", "48": ".\/icons\/FindBy.png", "128": ".\/icons\/FindBy.png" }, "content_scripts": [ { "all_frames": true, "matches": [ " |