Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install playwright

pip install --upgrade pip
pip install playwright
playwright install

// OR Using conda
conda config --add channels conda-forge
conda config --add channels microsoft
conda install playwright
playwright install
Source by playwright.dev #
 
PREVIOUS NEXT
Tagged: #install #playwright
ADD COMMENT
Topic
Name
9+1 =