Does not capture drop down box from field on screen

Torben@home

New Member
Was capturing a screen with input fields in a program under windows10. Some fields are drop down boxes. Opening these drop down boxes was not captured. Is it a setup missing or a bug?.
 

Attachments

Window capture can only capture the base layer of the program. It cannot grab any floating elements such as drop-downs or extra window elements.

For this, display capture is the only reliable method.
 
Back
Top