Skip to content

A jQuery plugin for generating element locators. Ellocate generates both CSS selectors and XPath expressions.

Notifications You must be signed in to change notification settings

fohara/ellocate.js

Repository files navigation

ellocate.js

A jQuery plugin for generating element locators. Ellocate generates both CSS selectors and XPath expressions.

Usage

$('#foo').ellocate();

//Returns: { xpath: "//html[1]/body[1]/div[@id='foo']", css: "html > body > div#foo" }

About

A jQuery plugin for generating element locators. Ellocate generates both CSS selectors and XPath expressions.

Resources

Stars

Watchers

Forks

Packages

No packages published