0

In my Angular app, I use inline installation of my Chrome extension (more in the Chrome docs here).

Now I somehow want to "emulate" and test the installation of the extension in the Selenium browser using Protractor. Something like

element(by.id('installbutton')).click();
expect(browser.inlineInstallExtensionWindow()).toShowUp(); // something like that 

I am using the standard webdriver-manager and jasmine2 as a framework (because of some issues with older version of jasmine).

Karel Bílek
  • 36,467
  • 31
  • 94
  • 149
  • 2
    Feel free to tell me if it doesn't answer your question, I'll be happy to reverse the dupe. – Xan Oct 24 '15 at 22:08
  • 1
    It does, but it seems (unfortunately) far too complicated :( but thanks for pointing me in the right direction – Karel Bílek Oct 24 '15 at 22:11

0 Answers0