Skip to content

Latest commit

 

History

History

example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gerapy Playwright Example

Run

There are two ways to run this example:

Run with Python

pip3 install -r requierments.txt
playwright install
python3 run.py

Run with Docker

docker run germey/gerapy-playwright-example

If you want to build your own docker image, please remember to set:

GERAPY_PLAYWRIGHT_HEADLESS = True
GERAPY_PLAYWRIGHT_NO_SANDBOX = True (default is True)

In your settings.py file.

Otherwise, it won't works well.