New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@guidepup/playwright

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@guidepup/playwright - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

1

lib/voTest.js

@@ -23,3 +23,2 @@ "use strict";

finally {
vo.stopLog();
await vo.stop();

@@ -26,0 +25,0 @@ }

4

package.json
{
"name": "@guidepup/playwright",
"version": "0.2.1",
"version": "0.3.0",
"description": "Screen-reader driver for Playwright.",

@@ -34,3 +34,3 @@ "main": "lib/index.js",

"dependencies": {
"@guidepup/guidepup": "^0.9.3"
"@guidepup/guidepup": "^0.10.1"
},

@@ -37,0 +37,0 @@ "devDependencies": {

@@ -14,3 +14,3 @@ <h1 align="center">Guidepup Playwright</h1>

## Getting Started
## Getting Started 🦮

@@ -49,3 +49,3 @@ Install `@guidepup/playwright` to your project:

await page.keyboard.type("Safari");
await vo.performAction();
await Promise.all([page.waitForNavigation(), vo.performAction()]);
expect(page.url()).toBe("https://playwright.dev/docs/browsers#webkit");

@@ -56,3 +56,3 @@ });

## Playwright Config
## Playwright Config 🐕‍🦺

@@ -77,4 +77,12 @@ In your `playwright.config.ts` add the following for the best results with

## Resources
## Environment Setup 🐾
Setup your environment for screen-read automation with [`@guidepup/setup`](https://github.com/guidepup/setup):
```bash
npx @guidepup/setup
```
## See Also 🐶
Checkout the core [`@guidepup/guidepup`](https://github.com/guidepup/guidepup)

@@ -84,4 +92,4 @@ project to learn more about how you can automate your screen-reader workflows

## License
## License 🐩
[MIT](https://github.com/guidepup/guidepup/blob/main/LICENSE)

Sorry, the diff of this file is not supported yet

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