Question - Where can we use regexp_label Property and regexp_msw_class?
Answer -
- The regexp_label property: It is only applicable to windows. It privately places a regular expression into a window’s label description.
- The regexp_msw_class property: It is mandatory for all windows and object class objects. It places a regular expression into an object’s MSW_class.
Both properties are used to handle constantly changing window labels.