Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Kunlun
is a Appium client library that provides:
DEBUG
- find an element by some selector
- write your own logic to wait for it to be available
- click on it
you can just call clickEl()
with Kunlun.
Default selector type is accessibility id
, you can overwrite it with xpath
, -ios uiautomation
, etc
DEBUG=true
in command lineThis package is still under construction, more are coming.
waitTillAvailable(selector, by)
Wait until specific element is displayed
waitTillNotAvailable(selector, by)
Wait until specific element is NOT displayed
typeSpecialKey(key)
Send special key as defined in https://github.com/admc/wd/blob/master/lib/special-keys.js
e.g.: driver.typeSpecialKey('Return');
clickEl(selector, by)
Click on selected element after waiting for it to be displayed
typeEl(value, selector, by)
Type text value in selected element after waiting for it to be displayed
getEls(selector, by)
Search for multiple elements after waiting for any of them to be displayed
getEl(selector, by)
Search for element after waiting for any of them to be displayed
hasEl(selector, by)
Check if an element exists
getElAttribute(attr, selector, by)
Get the value of an element's attribute after waiting for it to be displayed
bindModule(module)
Bind functions from customized page object modules to AppiumDriver object
resetModules()
Clean up customized page object modules functions
goBack()
Click on built-in Back button
cancelLastMove()
Click on built-in Cancel button
Kunlun comes with a kunlun
command line interface that helps you to create a basic page object Appium test framework.
$ npm install kunlun
$ ./node_modules/.bin/kunlun init
Follow the instructions and it will create a scaffold of basic test framework for you.
Licensed under the MIT
FAQs
An Appium JS mobile app automation framework
The npm package kunlun receives a total of 0 weekly downloads. As such, kunlun popularity was classified as not popular.
We found that kunlun demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.