Zalenium one-liner installercurl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash Install and startcurl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s start Install and start with latest Selenium 3curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3 start Install and start with latest Selenium 2curl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 2 start Install and start a specific versioncurl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s 3.0.1a start Tiny smoke python selenium testpip install --user --upgrade selenium==3.3.1 curl -sSL https://raw.github.com/dosel/t/i/s | python Cleanupcurl -sSL https://raw.githubusercontent.com/dosel/t/i/p | bash -s stop