
- Selenium Tutorial
- Selenium - Home
- Selenium - Overview
- Selenium - IDE
- Selenium - Environment Setup
- Selenium - Remote Control
- Selenium - Selenese Commands
- Selenium - WebDriver
- Selenium - Locators
- Selenium - User Interactions
- Selenium - Test Design Techniques
- Selenium - TestNG
- Selenium - Grid
- Selenium Useful Resources
- Selenium - Quick Guide
- Selenium - Useful Resources
- Selenium - Automation Practice
- Selenium - Discussion
Selenium IDE - Different Browser
Selenium scripts can run tests only against Firefox as the tool IDE itself is a plugin of Firefox. Tests developed using Selenium IDE can be executed against other browsers by saving it as Selenium WebDriver or Selenium Remote Control Script.
Step 1 − Open any saved Test in Selenium IDE.
Step 2 − Navigate to "File" menu and select "Export Test Suite As" and the options would be listed.

Step 3 − Now let us export the script to "WebDriver" and save it with a name.
Step 4 − The saved WebDriver file is displayed as shown below.

selenium_ide.htm
Advertisements