Is is possible to run playwright-codegen command with chrome browser?
See original GitHub issueThe 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:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This is not currently supported. Could you share why you need it? Media codecs or something like that?
Looks like the issue was resolved, please open new bugs if there are still problems!