How to Install Python Playwright on Mach M1 Chip.
Step1:
Installing Anaconda via GUI.
https://docs.anaconda.com/anaconda/in...
Step2:
Follow python playwright document.
--
conda config --add channels conda-forge
conda config --add channels microsoft
conda install playwright
playwright install
--
https://playwright.dev/python/docs/in...