https://github.com/felipedemacedo/selenium-url-loader
Simply start a Docker container that visits your URL using Selenium.
https://github.com/felipedemacedo/selenium-url-loader
python python3 python3-7 python3-7-5 python37 selenium selenium-webdriver
Last synced: 5 months ago
JSON representation
Simply start a Docker container that visits your URL using Selenium.
- Host: GitHub
- URL: https://github.com/felipedemacedo/selenium-url-loader
- Owner: felipedemacedo
- License: gpl-3.0
- Created: 2020-06-07T19:21:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:41:46.000Z (about 3 years ago)
- Last Synced: 2025-05-16T13:52:49.607Z (10 months ago)
- Topics: python, python3, python3-7, python3-7-5, python37, selenium, selenium-webdriver
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium-url-loader
Docker image based upon python:3.7.5 with Chrome and Selenium.
## Usage
Simply pass the URL of the website that you want to test loading speed, in the command above:
```shell
docker run felipederodrigues/selenium-url-loader http://www.google.com
```
## Output
```shell
[WDM] - Current google-chrome version 83.0.4103
[WDM] - Trying to download new driver from http://chromedriver.storage.googleapis.com/83.0.4103.39/chromedriver_linux64.zip
[WDM] - Unpack archive /root/.wdm/drivers/chromedriver/83.0.4103.39/linux64/chromedriver.zip
WEBSITE_LOADING_TIME:1.6592435836791992
```