I have been trying to disable running Capture Page Screenshot on failure (mainly because in some scenarios taking screenshots fails and the actual error becomes harder to see), but I can't find out how to do it. Any time a new Page object is initiated, I see in the log "Capture Page Screenshot will be run on failure.". I guess that another instance of the S2L gets loaded and it can't be just globally disabled with BuiltIn().get_library_instance('Selenium2Library').register_keyword_to_run_on_failure = None
Any ideas how to approach this?