Test case failed screenshot

I don’t want robotframework automatically takes testcase failed screenshot. In robotframework it will automatically takes the testcase failed screen shot and stored it in default path. How to change the default path to the path that I want

screenshot at failure is not robot framework feature - some libraries do that like SeleniumLibrary and that can be configured at runtime - See; https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Run-on-failure%20functionality

1 Like