Hi Friends,
This post is just to share my knowledge while I am working with chrome Browser. As we are aware going forward apparently everyone would be using browsers other than IE(Am not very sure), here is a tip while working with pop ups in chrome.
Begin with the below selector for any pop up from chrome browser :
Use the below selector :
“html app=‘chrome.exe’ />ctrl role=‘dialog’ />” (include < in the begining of html and ctrl, see the screenshot)
Further For any other selector : Check in the Visual Tree Panel and click on relevant options and try to modify the selector. Hope this Helps