xebia / Xebium

Xebium provides Selenium (webdriver) bindings for FitNesse, with Selenium-IDE support
http://xebia.github.com/Xebium/
Apache License 2.0
76 stars 62 forks source link

firefox Security Warning pop-up #126

Open jeremymv2 opened 10 years ago

jeremymv2 commented 10 years ago

"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue?"

When writing simple tests in wiki format I can't seem to get past this pop-up. Even when I try: | check | is | assertConfirmation | Security Warning | or | check | is | assertAlert | Security Warning |

Any ideas?

amolenaar commented 10 years ago

There is probably a config setting that can prevent this.

But aren’t users seeing the same message then?

On 15 May 2014, at 19:39, jeremymv2 notifications@github.com wrote:

"Although this page is encrypted, the information you have entered is to be sent over an unencrypted connection and could easily be read by a third party. Are you sure you want to continue?"

When writing simple tests in wiki format I can't seem to get past this pop-up. Even when I try: | check | is | assertConfirmation | Security Warning | or | check | is | assertAlert | Security Warning |

Any ideas?

— Reply to this email directly or view it on GitHub.