Selenium logging in Java - best practice? -
what current best practices logging selenium webdriver activity?
are there out-of-the-box tools hook in native webdriver actions?
i interested in specific tools have used, helpful references might have, , evidence might have justify assessment of current state-of-the-art of web automation logging
loggingpreferences
class native selenium
class available in java binding logging. see doc here. give option logging in different level of activities , events. also, see logs interface
Comments
Post a Comment