Friday, June 21, 2013

While loop in Selenium IDE Part 4

We are able to use while loop in IDE , before it please study the part 3.

Example 1: While loop, i am incrementing A value to 5 .

    Below are the few steps
            1. Declare A
            2. Start While Loop
            3. Increment A
            4. Print A
            5. End While Loop

See IDE syntax below

How to install external java scripts(js) in to the Selenium IDE Part 3

Below is the one of the external js file, it contain many functions like while loop and ...
If you want to use while loop in you IDE just import the required js file to you IDE, Then restart . It will work. Below are the steps to install external js [this js contain while loop and ......]

Step 1: Download the js file JS file link

Step 2: Open your IDE and select options --> Options



 Step 3: Copy the location of the file or browser the "sideflow.js" that you downloaded previously and paste it over Selenium core extension input field of options dialog and click on OK.


4. Restart your IDE