Sign inSign up

danofun/playwright-python

By danofun

•Updated about 5 years ago

Image
1

2.5K

danofun/playwright-python repository overview

⁠Playwright Python Docker image

⁠Usage Example

$ docker run --rm danofun/playwright-python python -c 'print("Hello World")'

Once you have run this command you will get printed 'Hello World' from Python! Or use it interactivelly:

$ docker run -it --rm danofun/playwright-python python

NOTE: pip/pip3 is also available in this image.

Tag summary

Content type

Image

Digest

Size

728.1 MB

Last updated

about 5 years ago

docker pull danofun/playwright-python