Selenium Question:

Download Job Interview Questions and Answers PDF

How to insert a comment in Selenium IDE?

Selenium Interview Question
Selenium Interview Question

Answer:

Comments in Selenium IDE can be set in two ways
1. Right click on the command in Selenium IDE and select "Inert New Comment"
2. If you want to comment an existing line. You need to follow the below mentioned steps.
a. Select the source tab in IDE
b. Select the line which you want to comment
c. Assume that if you want to comment a open command you need to write like below mentioned code
<tr>
<!--
<td>open&l/td>
<td>/node/304/edit&l/td>
<td></td>
-->
</tr>

Download Selenium Interview Questions And Answers PDF

Previous QuestionNext Question
How to insert a start point in Selenium IDE?How to insert a break point in Selenium IDE?