Firefox add on and useful to save selenium IDE command execution log, error log or warning log in to file.
- Open https://addons.mozilla.org/en-US/firefox/ in your firefox browser.
- Search “File Logging (Selenium IDE)” from add on search box. “File Logging (Selenium IDE)” will display in search result.
- Follow add on installation steps as described in Screenshot on fail plugin installation post.
- After installation of add on, restart Firefox browser and selenium IDE window.
You will see “File Logging” drop down option on log tab of selenium IDE window as shown in bellow image.
You can see ‘FileLogging’ tab on selenium IDE options window as shown in bellow image.
How to use File Logging Plugin with selenium IDE
Understanding Log Levels
There are total 4 Log level modes in File Logging Plugin. You can set Log level as per your requirement
1. Log level -> Debug
2. Log level -> Info
3. Log level -> Warn
4. Log level -> Error
Log level -> Debug
Debug log level will save debug log info in to file. It will help you if you knows debugging of selenium IDE command execution.
Log level -> Info
Info log level will save command execution info in to log file including errors.
Log level -> Warn
Warn Log level will store only warning messages in log file if appears during selenium IDE script execution.
Log level -> Error
Warn Log level will store only error messages in log file if appears during selenium IDE script execution.
Logging in file
To save log in file,
- First of all you need to create .CSV or .txt(Text) file in your drive. Create file ‘Selenium IDE Log.CSV‘ in your D: Drive.
- Go to FileLogging tab from Options -> Options -> FileLogging.
- Select Log File = ‘Selenium IDE Log.CSV’ by clicking on browse button as shown in bellow image.
- Click on ‘OK’ button to close selenium IDE options window.
- Now copy paste selenium IDE script in your selenium IDE from any of these example posts.
- Set Log level -> Info as shown in bellow image.
- Run your Selenium IDE script.