angularjs - Can't run Protractor with Safari -
i'm trying solve days, please me!
i'm running protractor tests using chrome, firefox , internet explorer, when try run same test in safari, following error:
scripttimeouterror: timed out awaiting response command "executescript" after 30003 ms (warning: server did not provide stacktrace information) command duration or timeout: 30.08 seconds build info: version: '2.45.0', revision: '5017cb8', time: '2015-02-26 23:59:50' system info: host: 'mypc', ip: '192.168.0.12', os.name: 'windows 7', os.arch: 'amd64', os.version: '6.1', java.version: '1.8.0_45' driver info: org.openqa.selenium.safari.safaridriver capabilities [{browsername=safari, takesscreenshot=true, javascriptenabled=true, version=5.1.7, cssselectorsenabled=true, platform=windows, securessl=true}] session id: null
the error comes when try url browser.get('https://www.google.com');
tried run same test in safari in colleague's macbook see if problem windows environment (and older safari version 5.1.7) had same problem. tried change allscriptstimeout
, got same problem, tried many different configurations in protractor configuration file , didn't worked =(
i'm sure i"m doing wrong have no ideia what... didn't found more information error.
edit: there known issue (https://github.com/angular/protractor/issues/2111) using protractor safari
Comments
Post a Comment