Button present in 2 screens, how to handle in Object repo

In one of the application, a menu item will be present in all the screens.

How to handle this scenario as we should not add same element in multiple screens and one screen element cannot be used in another screen as window selector changes.

Hey @balarajesh.p

Just generalize the window selector which should resolve the issue.

Thanks
#nK