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
Copy file name to clipboardExpand all lines: SeleniumIDEtips.md
+15-5
Original file line number
Diff line number
Diff line change
@@ -9,16 +9,26 @@ layout: default
9
9
# Summary and scope
10
10
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).
11
11
12
-
# Add .html extension to suite files
12
+
# Small tricks
13
+
14
+
## Add .html extension to suite files
13
15
When saving a [suite], Selenium IDE doesn't add `'.html'` extension. So, add `.html` yourself, which will let you identify the file more easily.
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
17
27
18
28
* in-place editing of Selenese commands/comments and their parameters (`target` and `value`), right in the commands list
19
29
* productivity keyboard shortcuts
20
30
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'
22
32
23
33
* click at a cell, or
24
34
* 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
29
39
'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.
30
40
31
41
32
-
# Clipboard And Indent
42
+
##Clipboard And Indent
33
43
[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).
34
44
35
45
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