Debugging “Element is not clickable at point” error

后端 未结 30 2133
余生分开走
余生分开走 2020-11-21 23:55

I see this only in Chrome.

The full error message reads:

\"org.openqa.selenium.WebDriverException: Element is not clickable at point (411, 675

30条回答
  •  情话喂你
    2020-11-22 00:36

    There seems to be a bug in chromedriver for that (the problem is that it's marked as won't fix) --> GitHub Link

    (place a bounty on FreedomSponsors perhaps?)

    There's a workaround suggested at comment #27. Maybe it'll work for you-

提交回复
热议问题