Question
Universal Web Adapter closing all browsers
Hey all,
I'm having an issue with using the Universal Web Adapter and Google Chrome.
Context: I use google chrome as my main browser for everything, and while interrogating or debugging an automation that uses chrome via the universal web adapter, each time I stop the process it not only closes the web page process I am testing but also all of my google chrome tabs and browsers (such as my email, facebook, search queries, etc.) which is very frustrating. I noticed that the universal web adapter doesn't have an "ignoreMainBrowser" property like the normal web adapter does, as well I have played around with the stopmethod properties with no success. Any ideas on how to fix this behavior?
Use the AcceptedDomains property. If you set this to just the domains used within your adapter, it will essentially ignore other pages.