Does etaoin/webdriver (under Chrome) have a way to actively expect an alert (which is triggered by JS code - not by a normal webdriver interaction) Currently I'm getting:
clojure.lang.ExceptionInfo: throw+: {:response {:value {:message "unexpected alert open: ..."}}}
...no much hope for a workaround, thought I'd try anyway> no much hope for a workaround I say this b/c because I tried researching the topic this morning, apparently it's a feature that only Firefox has
If it's a featur eonly in firefox, you probably want to use a polyfill for other browsers? Or not use it at all?
I don't refer to a user-facing feature, but to a Webdriver capability
Is this something JS can detect?
Perhaps you can try using JS to detect it by executing some JS code that runs in the background