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, 2470🔥, 0💬
Popular Posts:
In what order thread groups are executed in JMeter? Thread groups, including regular "Thread Groups"...
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
How to convert IPv4 to IPv6 addresses? In order to help your programming or testing tasks, FYIcenter...
What are JMeter command line options? You can get see JMeter command line options by running this co...