Protractor + chrome driver: Element is not clickable at point

前端 未结 14 626
悲&欢浪女
悲&欢浪女 2020-12-14 00:20

Hi I am having some trouble getting a basic protractor test to work.

My setup:

  • I use requirejs so I init angular using angular.bootstr
14条回答
  •  不思量自难忘°
    2020-12-14 01:01

    I had the same error and purely adjusting the screen size did not fix it for me.

    Upon further inspection it looked as though another element was obscuring the button, hence the Selenium test failed because the button was not (and could not be) clicked. Perhaps that's why adjusting the screen size fixes it for some?

    What fixed mine was removing the other element (and later adjusting the positioning of it).

提交回复
热议问题