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

enter image description here

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

Popular posts from this blog

wordpress - (T_ENDFOREACH) php error -

Export Excel workseet into txt file using vba - (text and numbers with formulas) -

Using django-mptt to get only the categories that have items -