Automatically Test Chrome Augmentation Notification

I have a Selenium WebDriver + ChromeDriver that successfully downloads and interacts with my Chrome extension.

My extension creates notifications with which I would like to be able to interact with my automated tests, for example. Clicking the button on the notification. I believe this is not possible with Selenium, since notifications are not part of the DOM.

Has anyone thought about how they might include interacting with notifications when it comes to automatically testing Chrome extensions?

0
source share

Source: https://habr.com/ru/post/984887/


All Articles