question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is is possible to run playwright-codegen command with chrome browser?

See original GitHub issue

The version of chrome browser is 86.0.4240.198. The command below does not have the browser-related option.

py -3.7 -m playwright codegen -h

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pavelfeldmancommented, Dec 5, 2020

This is not currently supported. Could you share why you need it? Media codecs or something like that?

0reactions
pavelfeldmancommented, Jan 21, 2021

Looks like the issue was resolved, please open new bugs if there are still problems!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can Playwright be used to launch a browser instance
You can use Playwright's codegen tool and open the webkit browser playwright codegen -b webkit.
Read more >
Getting Started | Playwright
Once installed, you can import Playwright in a Python script, and launch any of the 3 browsers ( chromium , firefox and webkit...
Read more >
#006 - Tool Talk: Hello, Codegen | Learn Playwright
With one command, developers can launch a browser, open to a specific page, and record user actions with it in a way that...
Read more >
Getting Started with Playwright Testing · Debbie Codes
Tests are run across all modern rendering engines including Chromium, WebKit, and Firefox and you can test on Windows, Linux, and macOS, locally ......
Read more >
How to run Playwright codegen in a devcontainer - Jon Gallant
I started playing with Playwright (the browser test automation tool) yesterday and discovered that the codegen feature doesn't work in a ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found