Skip to content

Commit a663bba

Browse files
Opening the most recent suite/case
1 parent ded6dad commit a663bba

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

SeleniumIDEtips.md

+15-5
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,26 @@ layout: default
99
# Summary and scope
1010
These notes are about usability of [Selenium IDE](http://seleniumhq.org/projects/ide) GUI. See also [Selenium IDE documentation](http://docs.seleniumhq.org/docs/02_selenium_ide.jsp). See [ClassicSelenese](ClassicSelenese) and [EnhancedSelenese](EnhancedSelenese) regarding Selenese syntax. If you develop [scripts][script], frameworks or plugins, see also [DevelopmentTools](DevelopmentTools).
1111

12-
# Add .html extension to suite files
12+
# Small tricks
13+
14+
## Add .html extension to suite files
1315
When saving a [suite], Selenium IDE doesn't add `'.html'` extension. So, add `.html` yourself, which will let you identify the file more easily.
1416

15-
# Hands-on GUI
16-
[Components](Components) > [Hands-on GUI](Components#hands-on-gui) enables
17+
## Opening the most recent suite or case
18+
At start, Selenium IDE can open the most recent suite (or case). However,
19+
20+
* you need to enable Options > General > 'Activate developer tools'
21+
* when it starts with the most recent suite, it won't show the suite name in the window title.
22+
23+
# Usability add-ons in SeLite
24+
25+
## Hands-on GUI
26+
Currently disabled. See [Components](Components) > [Hands-on GUI](Components#hands-on-gui). The goal is to enable
1727

1828
* in-place editing of Selenese commands/comments and their parameters (`target` and `value`), right in the commands list
1929
* productivity keyboard shortcuts
2030

21-
You can edit commands/comments an 'in place' by clicking at them (where they are listed). In order to edit 'in place'
31+
You can edit commands/comments 'in place' by clicking at them (where they are listed). In order to edit 'in place'
2232

2333
* click at a cell, or
2434
* select a row (more below), then hit `Enter` or `I` or `M`, or
@@ -29,7 +39,7 @@ After you select a row, you can use key shortcuts `I` and `M` to insert new comm
2939
'Command' cell (of commands, i.e. non-comments) operates with autocomplete dropdown. Long comments overflow to the right. 'Target' cell (of commands, i.e. non-comments) overflows to the right (if there is nothing in 'Value' cell), which lets you see long selectors.
3040

3141

32-
# Clipboard And Indent
42+
## Clipboard And Indent
3343
[Components](Components) > [Clipboard And Indent](Components#clipboard-and-indent) enables clipboard sharing between Selenium IDE and other applications. Otherwise Selenium IDE doesn't accept Selenese commands/comments passed through clipboard from another Selenium IDE instance when [using multiple Selenium IDEs in parallel](#using-multiple-selenium-ides-in-parallel).
3444

3545
It supports Selenese commands/comments to be indented with spaces into blocks, through menu or by pressing right or left arrow. It automatically indents and unindents structured commands that come with [SelBlocks Global](SelBlocksGlobal). It also indents logs.

0 commit comments

Comments
 (0)