-
Notifications
You must be signed in to change notification settings - Fork 0
ElementScreenshot.cs
Avrigeanu Laurian edited this page Apr 14, 2023
·
1 revision
-
saveToPath
: A string representing the file path where the screenshot of the active element will be saved.
- None
- This method captures a screenshot of the currently active element and saves the image file to the specified
saveToPath
. Ensure that the provided path is valid and has proper write permissions to avoid any issues during file saving. The file will be saved in the default image format, which is usually .png.