Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nemo

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nemo - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

package.json
{
"name": "nemo",
"version": "0.2.5",
"version": "0.2.6",
"description": "Abstraction for automation test components",

@@ -5,0 +5,0 @@ "scripts": {

@@ -63,3 +63,3 @@ /*───────────────────────────────────────────────────────────────────────────*\

}
caps = new webdriver.Capabilities();
caps = webdriver.Capabilities[tgtBrowser]();

@@ -71,3 +71,3 @@ if (customCaps) {

}
caps.merge(webdriver.Capabilities[tgtBrowser]());
return caps;

@@ -74,0 +74,0 @@ }

@@ -109,5 +109,9 @@ /* global module: true, require: true, console: true */

nemo.driver.get("https://edit.yahoo.com/registration");
nemo.view.myView.fnamePresent().
nemo.view.myView.fnameWait(3000).
then(function(present) {
nemo.view.myView.fname().sendKeys("asdf");
if (present) {
nemo.view.myView.fname().sendKeys("asdf");
} else {
console.log('fname not present');
}
}).

@@ -144,2 +148,2 @@ then(function() {

});
});
});
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