I started using selenide (selenium wrapper api) and must say its a great tool but my only issue is its lack of documentation or usage examples online yet.
Any idea h
Try this
System.setProperty("webdriver.chrome.driver", "/path/to/chromedriver"); System.setProperty("selenide.browser", "Chrome"); open("http://google.com");
You can find some documentation here.