https://github.com/curllog/screenhot
screenshots from your website on different screen sizes
https://github.com/curllog/screenhot
automation console-application csharp dotnet dotnet-core geckodriver screenshot screenshot-utility screenshots selenium
Last synced: 15 days ago
JSON representation
screenshots from your website on different screen sizes
- Host: GitHub
- URL: https://github.com/curllog/screenhot
- Owner: curllog
- Created: 2021-05-13T23:32:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-18T15:21:10.000Z (about 5 years ago)
- Last Synced: 2023-12-01T13:49:49.048Z (over 2 years ago)
- Topics: automation, console-application, csharp, dotnet, dotnet-core, geckodriver, screenshot, screenshot-utility, screenshots, selenium
- Language: C#
- Homepage:
- Size: 163 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# screenhot
take fullpage screenshots from your website in diffrente sizes
## Take full-page screenshots in different sizes from your websites.
#### you need to have firefox installed
- download and install .net 5 sdk
- use `git clone https://github.com/MohammadAnsari98/screenhot.git`
- use cd .\screenhot\ for change directory to solution folder
- again use cd .\screenhot\ for changing directory to project folder
- `dotnet run your-url` make sure you have entered url with http or https (**copy urls from browser**)
- program need some time to take screenshos
- your screenshot will be saved at *project-path/screenshots/your-url*

## **Usage**
`dotnet run https://www.google.com/`
### want a custome sizes?
**just edit sizes.txt at project root folder**