Micro Focus QTP (UFT) Forums

Full Version: How to mask the particular read only mode fields while capturing screenshot in QTP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to mask the particular read only mode fields while capturing screenshot in QTP

E.g : The webpage is contains Name, Mobile no and etc.(fields are in read only mode) in the UI screen.
If I use 'CaptureBitmap' functionality in code, It will capture the screenshot of UI screen as it is.
But here I want to mask the Name & Mobile no details in the captured screenshots.

Do we have any workaround for this?
try getvisible text..once...to get the data...
I believe that would be image editing rather than an functionality in automation.