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.
Run the below script in selenium IDE: Command
gotolabel: Use to start the script directly from a defined label in script.
Run the below script in selenium IDE: Command Target Value
Label: Use to define a label in script for gotolabel command .
Run the below script in selenium IDE: Command Target Value storing a search key as variable store 1 x test script started from here w…
Flow control can be downloaded from http://docs.seleniumhq.org/download/ Access the Flow control download link from the official download page. This link will automatically updates whenever Flo…
Flow Control: This extension provides goto, gotoIf and while loop functionality in Selenium IDE.
Run the below script in selenium IDE: Command Target Value
Open a saved script in selenium IDE.
focus: Move the focus to the specified element. For example, if the element is an input field, move the cursor to that field.