Reputation: 37786
I have recorded some steps from http://docs.seleniumhq.org/ using Selenium IDE. After recording I have save the file as SeleniumhqExample.html -> I ran it and it passed successfully. I want to disable/inactive one of the recorded commands in Selenium IDE.
I want to disable the following command:
<tr>
<td>assertTitle</td>
<td>SeIDE Release Notes · SeleniumHQ/selenium Wiki · GitHub</td>
<td></td>
</tr>
How can I disable that single command in Selenium IDE? Please see the image:
Upvotes: 1
Views: 1542
Reputation: 37786
You can do this by using HTML comments as . For example I want to disable the step assertTitle, follow the steps:
In the Table view disable/commented row should be shown as below:
Upvotes: 1