npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

appium-cdp-driver

v1.0.0-beta.3

Published

Appium driver for the filesystem

Downloads

6

Readme

Appium CDP Driver

Appium CDP Driver is a W3C WebDriver that allows you to connect to chromium based android mobile browsers like chrome & samsung browser through any WebDriver client.

Installation

Install cdp-driver (if not installed)

appium driver install --source npm appium-cdp-driver

Run Appium

LOCAL_PROTOCOL=true appium server -pa /wd/hub --use-drivers=cdp-driver

Capabilities

Appium Capabilities

| Capability | Required | Type | Description | | ----------------------- | :------: | :----: | ----------------------------- | | appium:automationName | + | string | Must be CDP | | appium:browserName | + | string | Must be chrome or Terrace |

W3C Capabilities

| Capability | Required | Type | Description | | -------------- | :------: | :----: | ----------------- | | platformName | + | string | Must be android |

Commands

| Command | Ref | Description | Implementation Status | | ------------------------------------------------------------ | -------------------------------------------------------------------- | ----------------------- | --------------------- | | active | here | Get Active Element | ❌ | | back | here | Back | ✅ | | clear | here | Element Clear | ✅ | | click | here | Element Click | ✅ | | closeWindow | here | Close Window | ❌ | | createSession | here | New Session | ✅ | | createWindow | here | New Window | ❌ | | deleteCookie | here | Delete Cookie | ✅ | | deleteCookies | here | Delete All Cookies | ✅ | | deleteSession | here | Delete Session | ❌ | | elementDisplayed | here | Is Element Displayed | ✅ | | elementEnabled | here | Is Element Enabled | ✅ | | elementSelected | here | Is Element Selected | ❌ | | execute | here | Execute Script | ❌ | | executeAsync | here | Execute Async Script | ❌ | | findElOrEls | here | Find Elements | ✅ | | forward | here | Forward | ✅ | | fullScreenWindow | here | Fullscreen Window | ❌ | | getAlertText | here | Get Alert Text | ❌ | | getAttribute | here | Get Element Attribute | ❌ | | getComputedLabel | here | Get Computed Label | ❌ | | getComputedRole | here | Get Computed Role | ❌ | | getCookie | here | Get Named Cookie | ✅ | | getCookies | here | Get All Cookies | ✅ | | getCssProperty | here | Get Element CSS Value | ❌ | | getElementRect | here | Get Element Rect | ❌ | | getElementScreenshot | here | Take Element Screenshot | ❌ | | getName | here | Get Element Tag Name | ❌ | | getPageSource | here | Get Page Source | ✅ | | getProperty | here | Get Element Property | ❌ | | getScreenshot | here | Take Screenshot | ❌ | | getText | here | Get Element Text | ✅ | | getTimeouts | here | Get Timeouts | ❌ | | getUrl | here | Get Current URL | ✅ | | getWindowHandle | here | Get Window Handle | ❌ | | getWindowHandles | here | Get Window Handles | ❌ | | getWindowRect | here | Get Window Rect | ❌ | | implicitWaitW3C | here | Set Implicit Timeout | ❌ | | maximizeWindow | here | Maximize Window | ❌ | | minimizeWindow | here | Minimize Window | ❌ | | pageLoadTimeoutW3C | here | Set Page Load Timeout | ❌ | | parentFrame | here | Switch To Parent Frame | ❌ | | performActions | here | Perform Actions | ❌ | | postAcceptAlert | here | Accept Alert | ❌ | | postDismissAlert | here | Dismiss Alert | ❌ | | printPage | here | Print Page | ❌ | | refresh | here | Refresh | ❌ | | releaseActions | here | Release Actions | ❌ | | scriptTimeoutW3C | here | Set Script Timeout | ❌ | | setAlertText | here | Send Alert Text | ❌ | | setCookie | here | Add Cookie | ✅ | | setFrame | here | Switch To Frame | ❌ | | setUrl | here | Navigate To | ✅ | | setValue | here | Element Send Keys | ✅ | | setWindow | here | Switch To Window | ❌ | | setWindowRect | here | Set Window Rect | ❌ | | title | here | Get Title | ✅ | | uploadFile | - | Upload File | ❌ |