Comment in Selenium IDE

0 votes
How can I insert a comment in selenium IDE? Please help me with the procedure.
Feb 9, 2019 in Selenium by Shradha
2,993 views

2 answers to this question.

0 votes

There are two ways of inserting a comment in Selenium IDE:

  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>
<!–
<td>open&l/td>
<td>/node/304/edit&l/td>
<td></td>
–>
</tr>
answered Feb 9, 2019 by Wasim
0 votes

hi,

I hope this will help you - click on video to get your answers -https://www.youtube.com/watch?v=z0lhZv5LQV0

answered Feb 21, 2020 by surbhi
• 260 points

Related Questions In Selenium

0 votes
1 answer

How can I Install Selenium IDE in Firefox

Selenium IDE works with all Firefox versions, ...READ MORE

answered Apr 13, 2018 in Selenium by Meci Matt
• 9,460 points
3,526 views
0 votes
1 answer

Login page test script using selenium and java in Eclipse IDE

Here is an example to login to ...READ MORE

answered Apr 23, 2018 in Selenium by Meci Matt
• 9,460 points
13,299 views
0 votes
1 answer

Converting commands recorded in selenium IDE into Java

Yes, it is possible to do this. ...READ MORE

answered Jun 25, 2018 in Selenium by Meci Matt
• 9,460 points
2,258 views
0 votes
1 answer

Using IF / ELSE in selenium IDE

You'll have to download the Flow Control plugin for ...READ MORE

answered Jun 28, 2018 in Selenium by Meci Matt
• 9,460 points
6,216 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,751 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,622 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,697 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,561 views
0 votes
1 answer

Debug test in Selenium IDE

To debug a test or execute it ...READ MORE

answered Feb 9, 2019 in Selenium by Ishaan
972 views
0 votes
1 answer

What are the abilities of Selenium IDE?

Selenium IDE can perform the following tasks:- Selenium ...READ MORE

answered Feb 9, 2019 in Selenium by Trish
502 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP