Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 804 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 804 Bytes

Zalenium one-liner installer

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash

Install and start

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s start

Install and start with latest Selenium 3

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3 start

Install and start with latest Selenium 2

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 2 start

Install and start a specific version

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3.0.1a start

Tiny smoke python selenium test

pip install --user --upgrade selenium==3.3.1
curl -sSL https://raw.github.com/dosel/t/i/s | python

Cleanup

curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s stop