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, ∼2672🔥, 0💬
Popular Posts:
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
Where to find test data generators? FYIcenter.com has prepared a number of test data generators for ...
How to use HTTP protocol to post an XML message to a server? You can follow this tutorial to post an...
How to find out my browser request headers? To help you to see your browser request headers, FYIcent...
How to generate test fractional numbers? Test fractional numbers are numbers with fractions that are...