0

When I run selenium tests via BrowserStack, the following error occurs quite a few times:

Element is not clickable at point (48, -414)

Has anyone else come across the same issue?

Thanks Jackie

undetected Selenium
  • 183,867
  • 41
  • 278
  • 352
J Hubbard
  • 107
  • 1
  • 11
  • 1
    Possible duplicate of [Selenium Web Driver & Java. Element is not clickable at point (36, 72). Other element would receive the click:](https://stackoverflow.com/questions/44912203/selenium-web-driver-java-element-is-not-clickable-at-point-36-72-other-el) – undetected Selenium Jan 12 '18 at 17:07

1 Answers1

0

I have now solved this problem. The solution was to set the real mobile device setting to false.

Thanks

J Hubbard
  • 107
  • 1
  • 11