Element MyElement is not clickable at point (x, y)… Other element would receive the click

后端 未结 5 1571
天命终不由人
天命终不由人 2020-11-21 04:42

I am trying to make some tests using selenium based Katalon Studio. In one of my tests I have to write inside a textarea. The problem is that I get the following error:

5条回答
  •  一向
    一向 (楼主)
    2020-11-21 05:05

    I was having this problem, because I had clicked into a menu option that expanded, changing the size of the scrollable area, and the position of the other items. So I just had my program click back on the next level up of the menu, then forward again, to the level of the menu I was trying to access. It put the menu back to the original positioning so this "click intercepted" error would no longer happen.

    The error didn't happen every time I clicked an expandable menu, only when the expandable menu option was already all the way at the bottom of its scrollable area.

提交回复
热议问题