Skip to content
#

Playwright

playwright logo

Playwright provides a set of APIs to automate Chromium, Firefox, and WebKit browsers. By using the Playwright API, you can write scripts to create new browser pages, navigate to URLs, and interact with elements on a page. Along with a test runner, Playwright can be used to automate user interactions to validate and test web applications.

Here are 411 public repositories matching this topic...

playwright
henrypoon
henrypoon commented Jun 16, 2021

What are you trying to achieve?

export DataTable and other cucumber-related types such that we can use it in step definitions

What do you get instead?

I need to manually define it on our own

interface OwnTableDefinition {
  /**
   * obtain an object that allows you to get a simple version of the table parsed by column or row
   */
  parse(): {
    /**
     * retu
enhancement good first issue typescript
playwright-go
Baker68
Baker68 commented Jan 12, 2022

When this modal appears the script execution is stopped, it does not execute your next action.
I've encountered this issues on Amazon & Google.
Is there a way to detect and interact with permission, to click on Block or Allow ?

good first issue

Created by Microsoft

Released January 31, 2020

Latest release 4 days ago

Repository
microsoft/playwright
Website
playwright.dev