Selenium - Element is not clickable at point

后端 未结 7 1353
无人共我
无人共我 2020-12-30 06:30

I am using selenium for test script. I am getting following error and this error randomly occur. When I run 10 times, I get this about twice. So it\'s not really reproducibl

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 06:59

    I got the same issue due to one of spinner was hiding the element.

    I gave xpath and it resolved the issue. Other people suggested to 1. scroll 2. sleep also worked for them.

提交回复
热议问题