Use of 'ClickAt ' selenium command

后端 未结 5 1689
感情败类
感情败类 2020-12-31 05:24

I\'m confused about the difference between the Click and ClickAt commands in selenium. Where can I use the ClickAt command?

5条回答
  •  误落风尘
    2020-12-31 05:43

    Be careful when testing clickAt. Sometimes double clicking the command will cause it to show up red. You will change the line to try other alternatives but nothing will work. But then run your script and the clickAt line will be fine with whatever you type in.

提交回复
热议问题