I have an automation suite that runs on a desktop application developed on C#, and our Windows apps using Appium Windowsdriver. Below the code executed after every test case to return to start page.
This is the automation suite : Launch application
- Execute first Test test successed
- Return to StartPage test successed
- Execute second Test test successed
- Return to StartPage test not successed "error message "element is no longer attached to the dom"
- Execute third Test
- Return to StartPage Close application
At step 4 the excucution is stopped with error that the element "Écran de demarage" in no longer attached to the dom.
can you help me plz on that.*