我正在使用 selenium web 驱动程序在 safari 浏览器中运行我的测试用例。
我将 2.48 用于 safari,将 2.48.2 用于 java 中的 selenium web 驱动程序。
我在使用 Safari 浏览器时遇到了一些问题。如下所示:
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"
Safari 驱动程序中是否存在这些已知问题,或者我如何才能从这些问题中解脱出来。