![]() |
How to mask the particular read only mode fields while capturing screenshot in QTP - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: How to mask the particular read only mode fields while capturing screenshot in QTP (/Thread-How-to-mask-the-particular-read-only-mode-fields-while-capturing-screenshot-in-QTP) |
How to mask the particular read only mode fields while capturing screenshot in QTP - kalaivanan123 - 03-12-2014 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? RE: How to mask the particular read only mode fields while capturing screenshot in QTP - venkatesh9032 - 03-14-2014 try getvisible text..once...to get the data... RE: How to mask the particular read only mode fields while capturing screenshot in QTP - basanth27 - 03-18-2014 I believe that would be image editing rather than an functionality in automation. |