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

ai.berktest:BerkClient

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ai.berktest:BerkClient

BerkTest Client is a library for automating applications, interacting with BerkTest Server.

  • 1.0.3
  • Source
  • Maven
  • Socket score

Version published
Maintainers
1
Source

Berk Test Automation Library

Overview

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.

Features

  • Element Interaction: The library provides methods to interact with mobile elements such as clicking and sending keys.
  • Screenshot Capture: The library can take screenshots of the current state of the WebDriver.
  • Element Location: The library can return the center coordinates of a specified element.
  • Wait Functionality: The library provides methods to wait until a specified element is displayed.
  • Scrolling: The library provides a method to scroll until a specified element is displayed.

Getting Started

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.

Usage

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

Contributing

Contributions are welcome! Please read the contributing guidelines before getting started.

License

This project is licensed under the terms of the MIT license.

FAQs

Package last updated on 30 Jan 2024

Did you know?

Socket

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.

Install

Related posts

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