0

I am using Selenium IDE to test a tree.

I am having two elements with same parent element, one is a check box and the other is a text.

My question is, can I use the text element to make selenium click on the check box?!

in another way, can I connect the two elements to each others some how?!!

osgadallah
  • 145
  • 2
  • 2
  • 8

1 Answers1

0

As for me I am right click on the browser webpage that I want to test. And I can easily chose by show all available command. Note that when you right click on the browser you need to open your selenium-ide.

Hope this will helpful.