Made a possibility of starting test locally using local WebDrivers, not GRID.
I picked a local parameter in testng.xml (it was not in use). yes value makes WebDriver to start locally depending on browserName parameter.
This will work on Windows and, I hope, on MAC for Safari, but won't for Linux because of the paths to driver binaries. Can you please suggest the solution to resolve that?
Made a possibility of starting test locally using local WebDrivers, not GRID. I picked a
local
parameter intestng.xml
(it was not in use).yes
value makes WebDriver to start locally depending onbrowserName
parameter. This will work on Windows and, I hope, on MAC for Safari, but won't for Linux because of the paths to driver binaries. Can you please suggest the solution to resolve that?