I understand that "explicit is better than implicit", but that approach, from my point of view, easies tests support by moving a lot of dynamic elements verification to browser, not tests code.
I've actually created this because of stale elements errors on explicit waiting. Another thing is that when you use `:text` locator you need to locate element prior to its assertion in test. I find this incorrect (i.e. I don't care what is going on under the hood and I want to assert element presence in a single call). Regardless, I understand @jarmo concern and :-1: from him :) @jarib @zeljkofilipin Up to you guys. --- Reply to this email directly or view it on GitHub: https://github.com/watir/watir-webdriver/issues/193#issuecomment-18414093
_______________________________________________ Wtr-development mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-development
