When I execute selenium test for my chrome extension, on WebDriver.quit()
it is now causing that event chrome.windows.onRemoved.addListener()
from that background script of my chrome extensions:
Any leads will be appreciated.
When I execute selenium test for my chrome extension, on WebDriver.quit()
it is now causing that event chrome.windows.onRemoved.addListener()
from that background script of my chrome extensions:
Any leads will be appreciated.