While running Selenium web-driver test case in safari browser getting this Message on the Safari Browser:
SafariDriver Launcher
[ 0.135s] [safaridriver.client] Connecting to SafariDriver browser extension...
[ 0.140s] [safaridriver.client] Extension logs may be viewed by clicking the Selenium [✓] button on the Safari toolbar
[ 0.209s] [safaridriver.client] Connected to extension
[ 0.210s] [safaridriver.client] Requesting extension connect to client at ws://localhost:45679
Safari Browser Version: 5.1.7 Selenium Safari driver version: selenium-safari-driver-2.43.1 But my test case does not run, Only this message shown on the Safari browser.
On the Console get this error:
java.lang.NullPointerExceptionat Testingplace.safaritestcase.testTabs(safaritestcase.java:38)