When I do UI test I save my screenshots in a folder "screenshots/ios/"
Currently this the path I use
const string IosPath = "/Users/peterpan/CoolApp/Screenshots/android/"
Is there a way to rather make the path absolute ?
e.g.
const string IosPath = "../Screenshots/android/"
I'm Doing this from in a UItest project