Collections:
Debug Tests in Selenium IDE for Chrome
How to debug tests in Selenium IDE for Chrome?
✍: FYIcenter.com
There are several tools you can use to debug tests in Selenium IDE for Chrome,
1. Use "echo" commands to print out information in the log output.
2. Use breakpoints to pause execution to inspect the Web page in the browser.
3. Click "Resume" icon to resume execution from pause.
4. Click "Step over" icon to execute only the next command.
⇒ Select Page Element in Selenium IDE for Chrome
⇐ Use "while ..." Command in Selenium IDE for Chrome
2019-07-18, 2172🔥, 0💬
Popular Posts:
How to validate email address format? In order to help your programming or testing tasks, FYIcenter....
How to generate user full names? Test user names are frequently needed in testing applications that ...
How to call JMeter command in a Windows batch file? I want to create a single batch job to run JMete...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...
How to turn off HTTP response compression in SoapUI? HTTP response compression reduces the data size...