Selenium Ide Toolbar

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

SELENIUM IDE

TOOLBAR

We have 2 Tabs here


Table : Shows Selenium command in table format.
Source : Shows Selenium recrded script in HTML format.
Left side of Windows we have space for TEST CASE : All test cases will be displayed here.

SELENIUM IDE TOOLBAR

Right Side Red Button : This button is used for Start Recording & Stop Recording.
When we open selenium IDE this button is already open.

Left Side Slider: This is used to controlling the speed when we run recording test case.
We can control speed of execution of test case.

Then we have 2 Buttons

1 Play button from Left : It is used for execution of complete test suite.
2 1 Play button from Left : It is used to execute only current selenium test case.

Pause / Resume Button : It is used to pause the execution script while running and Resume
execution Script.

Step Button :

This button is mainly available/enable when we PAUSE execution of script, it is mainly used
for debugging.
As we click on Step Button, Script will move 1 step forward.
Roll UP : Repeated sequence of commands are grouped together.

Bottom Panel on Selenium IDE


LOG : Shows log while execution of script.
Reference : Gives detail of command that we want to use

UI Element : Mainly for mapping complex name of application to simple name.


RollUP : Repeated sequence of commands are grouped together.

EDIT MENU
INSERT NEW COMMAND : To enter a new command
INSERT NEW COMMENT : IT WILL ENTER A COMMENT IN TABLE VIEW

FILE MENU

ADD Test Case : To add other test cases in this test suite.
Properties : Select test case and click on properties to view properties.

ACTION MENU BAR

Toggle Break Point : Set Breakpoint, so application will pause at this line, similar to use Pause
toolbar button.

Set / Clear Startpoint : Making Start point, so that application will run from particular line it
will not start from 1st line.
Execute This Command : Execute only selected command.

Option Menu Bar

Reset IDE Window : Bring IDE window to its original settings.


Format : We can select any format, now In Source tab we will find coding in that format rather
than HTML.
ClipBoard Format : We can set clipboard format, now if we select any of the command from
Table of Selenium id and paste it anywhere else, it will paste in format which is selected in
Clipboard format.

You might also like