Skip to content

Commit 1955eaa

Browse files
committed
Addig Selenium IDE item under Settings->Developer menu. Fixes issue 7268
1 parent 9cff008 commit 1955eaa

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.idea/copyright/profiles_settings.xml

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ide/main/src/content/selenium-ide-overlay.xul

+9
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,15 @@ limitations under the License.
5959
</toolbarpalette>
6060

6161
<!-- Samit: Enh: Add to the App menu Web developer popup in Firefox 4 -->
62+
<menupopup id="menuWebDeveloperPopup">
63+
<menuitem id="menuAppmenuSeleniumIDE"
64+
label="Selenium IDE"
65+
key="key_toggleIDE"
66+
command="openRecorder"
67+
class="menuitem-iconic"
68+
image="chrome://selenium-ide/content/images/selenium-ide-logo16.png"/>
69+
</menupopup>
70+
6271
<menupopup id="appmenu_webDeveloper_popup">
6372
<menuitem id="menuAppmenuSeleniumIDE"
6473
label="Selenium IDE"

0 commit comments

Comments
 (0)