java - Unreachable Browser Exception with Selenium -
i running automated test cases using safari webdriver , face issue unreachable browser exception of time. , few other times works 50% of time selenium cannot launch safari browser.
aug 18, 2014 5:35:44 pm org.openqa.selenium.safari.safaridriverserver start info: server started on port 5608 aug 18, 2014 5:35:44 pm org.openqa.selenium.safari.safaridrivercommandexecutor start info: launching safari aug 18, 2014 5:35:44 pm org.openqa.selenium.safari.safaridrivercommandexecutor start info: waiting safaridriver connect aug 18, 2014 5:36:29 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: shutting down aug 18, 2014 5:36:29 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: stopping safari aug 18, 2014 5:36:29 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: stopping server aug 18, 2014 5:36:29 pm org.openqa.selenium.safari.safaridriverserver stop info: stopping server aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: uninstalling extensions aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: shutdown complete aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: shutting down aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: stopping server aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: uninstalling extensions aug 18, 2014 5:36:30 pm org.openqa.selenium.safari.safaridrivercommandexecutor stop info: shutdown complete 2014-08-18 17:36:33 error myproject:217 - failed connect safaridriver after 45182 ms build info: version: 'unknown', revision: 'unknown', time: 'unknown' system info: host: '***', ip: '****', os.name: 'mac os x', os.arch: 'x86_64', os.version: '10.9.4', java.version: '1.7.0_25' should set capabilities safari webdriver while launching browser?
Comments
Post a Comment