I have a problem! Our software we want to test is complex and has a splash screen. We can bypass this screnn with the help of this post:
Now we draw a test, the problem is that WinAppDriver does not wait until the software is opened and the splash screen is finished. This means that the elements that should be tested are not found.
Is there a piece of code that can be inserted in the script to solve the problem?
Thanks
we know that there is a method
In this one can wait for an element, however, this also does not work.
{
}, “using”: “name”,
}, “value”: “help”
}
HTTP/1.1 404 Not Found
Content-Length: 139
Content-Type: application/json
{“status”:7, “value”:{“error”: “no such element”, “message”: “An element could not be located on the page using the given search parameters.”}}
Is that because he does not wait when starting the recording?