We can do JSON data driven in Selenium IDE using SelBlocks .
We can do XML data driven in Selenium IDE using SelBlocks .
SelBlocks: This plugin is a language extension for Selenium IDE that provides javascript-like conditionals, looping, callable functions, error catching, and JSON/XML driven parameterization.
Following should be the locator preference in Selenium automation scripting: 1. ID Locator 2. NAME Locator 3. CSS Locator 4. XPATH Locator 5. DOM Locator 1. ID (id) Locator: Select the ele…
click command only execute the command and then proceed to next command of the script.
Run the below script in selenium IDE: Command Target
selectWindow: Selects a popup window using a window locator; once a popup window has been selected, all commands go to that window. To select the main window again, use null as the target.
Run the below script in selenium IDE: Command Target Value
Run the below script in selenium IDE: Command Target Value
highlight: Highlight the specified element. Briefly changes the background Color of the specified element to yellow. Useful for debugging.
close: Perform action as user clicking on close button of browser.
refresh: Perform action as user clicking on refresh button of browser.
Run the below script in selenium IDE: Command Target Value
goback: Perform action as user clicking on back button of browser.
Run the below script in selenium IDE: Command Target Value
captureEntirePageScreenshot: Use to capture screenshot of the entire page.
Run the below script in selenium IDE: Command Target Value
gotoif: Use to run the script directly from a defined label based on such condition.