javascript - Protractor + Safari non-secure form warning -
os: os x el capitan
node:v5.4.1
protractor: 3.3
safari: 9.0.3
i'm getting security warning popup in in test , wondering if there way around in fashion. popup security warning doesn't seem come on chrome , browser.switchto().alert();
doesn't seem work?
this alert/security warning looks like
apparently block mixed content , doesn't seem there option anymore change
why mixed content blocked in safari
i have tried press tab enter b/c works manually seems give error when use code
browser.actions().sendkeys(protractor.key.tab).sendkeys(protractor.key.enter).perform();
failed: unknown command: {"id":"z4v9sab7uay","name":"sendkeystoactiveelement","parameters":{"value":[""]}} (warning: server did not provide stacktrace information)
Comments
Post a Comment