You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have a Core extension in a ,js file, specify it at IDE > Options > Options > core extensions (and restart Selenium)
The file will be loaded/processed (at least) twice
first, at IDE startup
second, the first time I run any Selenese command
See stacktraces below.
This may not affect simple usage. But it is badly confusing if your Core extension creates objects via XPCOM or JS component, SQLite connection, a file etc. - objects that need to be tracked or released, or that are book kept somehow.
Action needed: Either
preferred: change the behaviour, so that Core extension(s) are loaded only once
Selenium IDE development has been discontinued. No more new features and no bug fixes. From Firefox 55 onwards, Selenium IDE will no longer work [1]. The last supported version is Firefox ESR 52.
Yes, we've started a project to develop a new tool that should replace Selenium IDE. Follow #4406 for the progress.
Sorry this issue has not beed properly and timely addressed, and thank you for submission!
See stacktraces below.
This may not affect simple usage. But it is badly confusing if your Core extension creates objects via XPCOM or JS component, SQLite connection, a file etc. - objects that need to be tracked or released, or that are book kept somehow.
Action needed: Either
Example of stack trace in Selenium IDE 2.9.1:
At srtart of Selenium IDE:
@chrome://selenium-ide/content/tools.js -> file:///tmp/core-extension.js?1453953484869:3:6
ExtensionsLoader.loadSubScript/<@chrome://selenium-ide/content/tools.js:206:11
ExtensionsLoader.loadSubScript@chrome://selenium-ide/content/tools.js:203:5
Editor.prototype.loadSeleniumAPI@chrome://selenium-ide/content/editor.js:1128:7
Editor@chrome://selenium-ide/content/editor.js:164:3
StandaloneEditor@chrome://selenium-ide/content/standalone-editor.js:22:5
onload@chrome://selenium-ide/content/selenium-ide.xul:1:1
First Selenese command run:
@chrome://selenium-ide/content/tools.js -> file:///tmp/core-extension.js?1453953493781:3:6
ExtensionsLoader.loadSubScript/<@chrome://selenium-ide/content/tools.js:206:11
ExtensionsLoader.loadSubScript@chrome://selenium-ide/content/tools.js:203:5
Debugger/this.init@chrome://selenium-ide/content/debugger.js:66:9
Debugger.prototype.executeCommand@chrome://selenium-ide/content/debugger.js:171:3
.executeCurrentCommand@chrome://selenium-ide/content/treeView.js:523:21
.initialize/controller.doCommand@chrome://selenium-ide/content/treeView.js:84:55
goDoCommand@chrome://global/content/globalOverlay.js:96:7
ondblclick@chrome://selenium-ide/content/selenium-ide.xul:1:1
(Originally reported as https://code.google.com/p/selenium/issues/detail?id=6697.)
The text was updated successfully, but these errors were encountered: