Using OpenSDK, if an exception is thrown during driver.FindElement() then that step is recorded in the report as “Failed”.
The entire test is then reported as “Failed” even if I use
driver.Report().Test(“My First Test”, true);
using “true” to indicate the test passed.
Am I doing something wrong?
Thanks,