We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi All,
I implement functionality where if execution of test case throws any error, it capture screen shot of application at that state.
I am capturing screenshot using following code. `Desktop.TakeScreenshot( File Path with extension, System.Drawing.Imaging.ImageFormat.Png)
But in result, it save a black image, and not actual screen shot of application.
Any suggestion on what to do here?
The text was updated successfully, but these errors were encountered:
I am seeing the same when my tests run in Github, it does capture the screenshot and saves it in the correct folder but they are black
Sorry, something went wrong.
No branches or pull requests
Hi All,
I implement functionality where if execution of test case throws any error, it capture screen shot of application at that state.
I am capturing screenshot using following code.
`Desktop.TakeScreenshot( File Path with extension, System.Drawing.Imaging.ImageFormat.Png)
But in result, it save a black image, and not actual screen shot of application.
Any suggestion on what to do here?
The text was updated successfully, but these errors were encountered: