I\'m confused about the difference between the Click and ClickAt commands in selenium. Where can I use the ClickAt command?
Click
ClickAt
I'm testing a GWT application and it seems like I have to use clickAt if I want to click on a node in a tree widget.