Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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 15 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.