Run either the windows_insall.bat
by double-clicking or the mac_install.sh
by opening up the folder in a terminal window and typeing ./mac_install.sh
.
System.setProperty("webdriver.chrome.driver", "../driver/chromedriver.exe");
System.setProperty("webdriver.chrome.driver", "../driver/chromedriver");
`This is the java code that will need to be in the top of files for the workshop.
System.setProperty("webdriver.chrome.driver", "C:\\tools\\selenium\\chromedriver.exe");
System.setProperty("webdriver.chrome.driver", "/usr/local/bin/chromedriver");
from the 07 folder run this command
mvn dependency:copy-dependencies -Dmdep.useRepositoryLayout=true -DoutputDirectory=../lib