Skip to content

Takes your URL, creates screenshots from choosen pages and pastes it inside your Figma file

Notifications You must be signed in to change notification settings

Opistorh/site-parser-inside-figma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Скриншотер страниц

Берет ваш URL и делает скриншот страницы.

Вам понадобится:

  1. ОС Windows
  2. Python
  3. Google Chrome 114 версии (https://www.filepuma.com/download/google_chrome_64bit_114.0.5735.91-35302/download/)
  4. ChromeDriver для 114 версии (https://sites.google.com/chromium.org/driver/downloads)

Шаг 1: Установка необходимых компонентов

В проект установите Selenium:

pip install selenium

Положите ChromeDriver в папку проекта

Шаг 2: Запуск скрипта

  1. Откройте Python IDE
  2. Запустите файл
  3. Введите URL, например https://www.example.com
  4. Введите желаемое название скриншота или оставьте его пустым
  5. В папке проекта появится файл скриншота

About

Takes your URL, creates screenshots from choosen pages and pastes it inside your Figma file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages