OpenTelemetry instrumentation for `cassandra-driver` database client library for Apache Cassandra
WebSocket protocol handler with pluggable I/O
Prisma's driver adapter for "pg"
Base driver class for Appium drivers
Internal set of utilities and types for Prisma's driver adapters.
Appium driver for iOS using XCUITest for backend
UiAutomator2 integration for Appium
The official MongoDB driver for Node.js
The official Neo4j driver for Javascript
Microsoft SQL Server client for Node.js.
Android UiAutomator and Chrome support for Appium
Implements the connection with the Neo4j Database using the Bolt Protocol
Node.js driver for Snowflake
Internals of neo4j-driver
Applitools universal framework wrapper
Appium driver for Safari browser
Apache Cassandra Node.js Driver
Appium driver for Chromium-based browsers that work with Chromedriver
Appium driver for Gecko-based browsers and web views
The official WebDriver JavaScript bindings from the Selenium project
Prisma's driver adapter for better-sqlite3, a fast SQLite3 driver for JavaScript runtimes
Prisma's driver adapter for "@neondatabase/serverless"
React UI Framework
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> [badge-all-contributors]: https://img.shields.io/badge/all_contributors-3-orange.svg <!-- ALL-CONTRIBUTORS-BADGE:END --> [ multiple elements. It requires a driver implementing the Selenium API, specifically the #find_element method.
This gem provides a driver module for unobtainium allowing for more easily waiting for (one of) multiple elements to change state. It is based on the unobtainium-multifind gem.
Symbiont is a framework that allows you to describe your application in terms of activity and page definitions. Those definitions can then be referenced by test libraries using the DSL that Symbiont provides. The DSL allows web elements to be proxied to a driver library. The DSL provides a fluent interface that can be used for constructing test execution logic. This fluent interface promotes the idea of compressibility of your test logic, allowing for more factoring, more reuse, and less repetition. You can use Symbiont directly as an automated test library or you can use it with other tools such as RSpec, Cucumber, or my own Specify tool.