Skip to content

Примеры исользования js скриптов в автотестах на Selenium+Python

License

Notifications You must be signed in to change notification settings

annafalileeva/js-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Склонировать проект
  2. Перейти в папку проекта
  3. Создать виртуальное окружение
python3 -m venv venv
  1. Активировать виртуальное окружение
source venv/bin/activate
  1. Установить зависимости
pip install -r requirements.txt
  1. Скачать chromedriver https://chromedriver.chromium.org/
  2. Для Ubuntu разархивировать и положить файлы драйверов в /usr/local/bin

About

Примеры исользования js скриптов в автотестах на Selenium+Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published