Socket
Socket
Sign inDemoInstall

webdriver-sizzle

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver-sizzle - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1

4

package.json
{
"name": "webdriver-sizzle",
"version": "0.0.0",
"version": "0.0.1",
"description": "Locate a selenium-webdriver element by sizzle CSS selector",

@@ -36,3 +36,3 @@ "author": "Good Eggs <open-source@goodeggs.com>",

"scripts": {
"build": "coffee scripts/minify.coffee > lib/sizzle.min.js && coffee --bare --compile --output lib/ src/",
"build": "coffee --bare --compile --output lib/ src/ && coffee scripts/minify.coffee > lib/sizzle.min.js",
"pretest": "npm run-script build",

@@ -39,0 +39,0 @@ "test": "mocha",

webdriver-sizzle [![NPM version](https://badge.fury.io/js/webdriver-sizzle.png)](http://badge.fury.io/js/webdriver-sizzle) [![Build Status](https://travis-ci.org/goodeggs/webdriver-sizzle.png)](https://travis-ci.org/goodeggs/webdriver-sizzle)
==============
Locate a selenium-webdriver element by sizzle CSS selector
Locate a [selenium-webdriver](https://npmjs.org/package/selenium-webdriver) element by sizzle CSS selector.
```js
var selenium = require('selenium-webdriver'),
sizzle = require('webdriver-sizzle'),
driver = new webdriver.Builder()
.withCapabilities(webdriver.Capabilities.phantomjs())
.build()
$ = sizzle(driver)
$('.btn').click()
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc