A tour to Selenium Builder – Locators finding and warming up!
- khyati sehgal
- May 25, 2014
- 2 min read
Today I am going to share my experience with a new tool in the market. This is a tool that will actually help testers all over the world in automation User Interface or I would say Graphical User Interface.
This tool is still in development and source code is available on ‘git-hub’. This is launched by sauce labs as an add-on to Firefox.
It works like Selenium IDE but has additional features that are AWESOME !!
Use cases
finding locators,
writing scripts in any language (by exporting option ) ,
you can save test suite,
you can directly run your test cases on sauce labs,
you can edit/customize your locators, etc
For a quick start, all you need to do is to go to the selenium builder official website from your Firefox browser and click on the install button highlighted in the below picture.
And that is all about the installation, Yipeeiii !!
Once the installation is done then we are good to proceed. The best part is you need not to do any coding at all ..believe me at all..!!
How can you launch Selenium Builder?
Follow these steps to launch the selenium builder:
Open Firefox once you are done with the installation.
Right-click on any web page.
And you will see the option of launching a selenium builder.
Just click on ‘Launch Selenium Builder’.
And you will get 2 options whether to start Selenium builder as Selenium 1 or 2.
You can choose according to your preferences.
Once you are done click on Selenium 1 or 2 , I clicked on Selenium 2

You will get a screen like this. And this will start recording the locators for your web page on which you are.
On top of this screen, It is showing that ‘Selenium Builder – Mozilla Firefox’: which means it can open only in firefox.
Then next is ‘Record a verification ‘: this is a way in which you can start verifying any record.
‘Stop recording’ is shown by default as once Builder is launched it automatically starts recording locators for that page on which the user was.
On the top-right: ‘Selenium 2’ with the loading indicator indicates that the recording is going on and its in the Selenium 2 mode of execution.
And that is how you can get a User Interface where-in you can actually get locators of your desired web page without putting any effort.
Comments