|
|
@ -6,7 +6,7 @@ class GetInstalledPlugins extends EventEmitter { |
|
|
|
|
|
|
|
|
|
|
|
browser.waitForElementPresent('[plugin]:not([plugin=""]') |
|
|
|
browser.waitForElementPresent('[plugin]:not([plugin=""]') |
|
|
|
.perform((done) => { |
|
|
|
.perform((done) => { |
|
|
|
browser.execute(() => { |
|
|
|
browser.execute(function() { |
|
|
|
const pluginNames = [] |
|
|
|
const pluginNames = [] |
|
|
|
const plugins = document.querySelectorAll('[plugin]:not([plugin=""]') |
|
|
|
const plugins = document.querySelectorAll('[plugin]:not([plugin=""]') |
|
|
|
|
|
|
|
|
|
|
|