In Selenium IDE, Speed controller is used to control the speed of how fast your test case runs. Set it on fast if you want to run fast test case and set it to slow if you want to run your test case slow.
Note : You can view full selenium IDE tutorial with advanced functions at this link.
Run All Button :


In Selenium IDE software, pause button is used to pause the running test case and resume button is used to resume or restart paused test case.


In Selenium IDE, Record button is used to record the users browser navigation of web application software and creating test script for reusing it and stop record button is used to stop recording.
Command Table :
Command table shows the recorded commands. you can also modify commands or insert any command in between. there are three elements in each command.
- Command : Command column describes name of command.
- Target : Target column describes Target element id or name or Xpath
- Value : Value column describes Value of an element
See my next post to know how to record sample script in Selenium IDE.
8 thoughts on “how to use selenium ide toolbar elements”
its a good one,but plz add explantion with sound on above video,since am a beginner and studying abot test case by myself,so plz help me
You can directly contact by email if any confusion.
thanks
Sorry, can't hear the voice.
Is selenium IDE is all about this only ?
I am very weak in java so can i learn selenium web driver efiicenlty or do i need to expert in java ??? Pls reply
Tnx in advance.
Hi,
thanks for sharing…
Thanks for this link
You need basic knowledge of java to use webdriver. You can find required basic java tutorial links for selenium webdriver on this link -> http://software-testing-tutorials-automation.blogspot.in/2014/01/learn-selenium-webdriver-online-free.html