1.

How To Insert A Comment In Selenium Ide?

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.
    • Select the source tab in IDE
    • Select the line which you want to comment
    • Assume that if you want to comment a open command you need to write like below mentioned code

<tr&GT;
<!–
<td>open&AMP;l/td>
<td>/node/304/edit&l/td>
<td></td>
–>
</tr>

Comments in Selenium IDE can be set in two ways:

<tr>
<!–
<td>open&l/td>
<td>/node/304/edit&l/td>
<td></td>
–>
</tr>



Discussion

No Comment Found