So, here's the situation. I'm trying to integrate a cloud grid provider into my framework, but I've discovered that the selenium command logs have the clear text value for everything. This includes the password, which isn't going to make my security team happy and frankly I'm not comfortable with it either. What I'd like to be able to do is turn off or change the logging level when I hit a password element or anything else sensitive. Is this possible and how would I go about this with watir-webdriver? if not this seems like a feature that might be needed.
https://code.google.com/p/selenium/wiki/DesiredCapabilities What would be incredibly cool is when we set an element that we could tag or label it as sensitive so it wasn't logged. b.text_field(:id => "password",:sensitive).set "test" and in the logs where ever this field is show we would get something like value : ********* -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
