Added code

This commit is contained in:
Guillem Hernandez Sola
2019-06-14 14:31:31 +02:00
parent f26abd0f96
commit 230ea452c9
3 changed files with 14 additions and 8 deletions

View File

@@ -30,6 +30,14 @@ brew install maven
4. Quit the driver
## Start Selenium Stand Alone
Just type the command:
```
java -Dwebdriver.chrome.driver=chromedriver -Dwebdriver.gecko.driver=geckodriver -jar selenium-server-standalone-3.141.59.jar
```
## Support
This tutorial is released into the public domain by ITNove under WTFPL.