I am running my test cases in safari browser using selenium web driver.
I am using 2.48 for safari and 2.48.2 for selenium web driver in java.
I am facing some issue with safari browser. like below:
1. In single run, safari browser communicate with my webserver quickly but if i choose parallel run, safari driver communication becomes very slow.
2.As it takes more time to communicate in parallel execution, elements remain unclickable and it can not find elements and test cases failed.
3.In parallel execution, its closed suddenly showing an error message.
"org.openqa.selenium.remote.UnreachableBrowserException: Failed to connect to SafariDriver after 45339 ms"
Is these known issues in safari driver or how can i get relieved from these issues.