I use selenium in python to inspect elements. I have an html code below. I have to inspect some element (node tree) but I am not able to click on it. I would like to know how to click on nodes to open other child nodes.
I would like to click in a "+" icon but these two elements have the same "title", same "id" same "name", same "src" ...
I try to use Find_by_xpath()
, but I don't know how to do that.