Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisa-uno/selenoid-windows-quick-start
This is a short quick start guide for selenoid.
https://github.com/louisa-uno/selenoid-windows-quick-start
selenium selenium-python selenium-webdriver selenoid selenoid-containers
Last synced: 2 months ago
JSON representation
This is a short quick start guide for selenoid.
- Host: GitHub
- URL: https://github.com/louisa-uno/selenoid-windows-quick-start
- Owner: louisa-uno
- Created: 2021-12-23T00:39:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T01:06:48.000Z (about 3 years ago)
- Last Synced: 2024-09-21T19:32:10.940Z (4 months ago)
- Topics: selenium, selenium-python, selenium-webdriver, selenoid, selenoid-containers
- Language: Batchfile
- Homepage: https://github.com/aerokube/selenoid
- Size: 3.36 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### 1. Make sure you do have Docker installed.
Run the check.bat and check the output.
If the output shows information about your Docker installation you should be fine.
If it shows that the command "docker" isn't found download Docker here:
https://docs.docker.com/desktop/windows/install/
#### 2. Run Selenoid
If you're not sure if you want to use the VNC feature or not I advice you to run the install-vnc.bat. If you do want it disabled run the install.bat
#### 3. Use it
Just use the url `http://localhost:4444/wd/hub/` in your selenium tests.#### Further information
For further information please look up the [official Quick Start Guide](https://aerokube.com/cm/latest/) provided by [aerokube](https://github.com/aerokube).