Steps Of Running Selenium IDE Test Suite From Command Prompt Using Batch File

Before running selenium script suite from command prompt, you must be aware about How to create and run test in selenium IDE. You can read more articles about selenium IDE different commands with examples from my past posts. Selenium has its own TestRunner and we need to use it for running selenium IDE software test … Read more

“assignId” and “captureEntirePageScreenshot” commands of selenium IDE

“captureEntirePageScreenshot” command This command is very useful for capture and save full page screenshot. You can use this command anywhere in between. It will store screen shot of current selected browser tab. New Test Command Target Value open http://www.google.com captureEntirePageScreenshot D:\selenium.jpg VIEW CAPTURE SCREENSHOT EXAMPLE IN WEBDRIVER In above example, “captureEntirePageScreenshot” command will capture and … Read more