
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
ai.berktest:BerkClient
Advanced tools
BerkTest Client is a library for automating applications, interacting with BerkTest Server.
The Berk Test Automation Library is a powerful tool designed to simplify and streamline your mobile test automation process. It is written in Java and uses the Appium framework for interacting with mobile devices. The library provides a set of high-level APIs to interact with mobile elements and perform common automation tasks such as clicking, sending keys, and taking screenshots.
To use the Berk Test Automation Library, you need to have Java and Maven installed on your machine. You also need to have Appium set up for mobile automation.
Here is a basic example of how to use the Berk Test Automation Library:
WebDriver driver = new AndroidDriver();
Berk berk = new Berk(driver);
// Click on an element
berk.click(driver, "path_to_element", 10);
// Send keys to an element
berk.sendKeys(driver, "path_to_element", "text_to_send", 10);
// Take a screenshot
berk.takeScreenshot(driver);
// Scroll until an element is displayed
berk.scrollUntilElementDisplayed(driver, "path_to_element");
Contributions are welcome! Please read the contributing guidelines before getting started.
This project is licensed under the terms of the MIT license.
FAQs
BerkTest Client is a library for automating applications, interacting with BerkTest Server.
We found that ai.berktest:BerkClient demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.