Receiving the Chrome API (chrome.runtime) within Selenium test
问题 I successfully got Selenium tests to work with my Chrome extension. But still I have an issue where the ID of the extension should be received through the Chrome API. Why do I need that? Since the project is within Git I want to ensure that my code buddy can run the tests without configuring much. Everything works fine BUT the ID for the extension differs from every machine. My ID is: chrome-extension:// dafanlbggefkfnbekjceijjhgcancpik /html/options.html What do I need? To receive this ID