Most likely the element is animated somehow, so its position is changing. You need to wait for it to stop changing position before you try to trigger a click on it.
On Thu, Nov 30, 2017 at 6:43 AM, <[email protected]> wrote: > hi, > > I keep getting this error more and more: > > org.openqa.selenium.WebDriverException: unknown error: Element is not > clickable at point (805, 1183) > (Session info: chrome=62.0.3202.94) > (Driver info: chromedriver=2.27.440175 ( > 9bc1d90b8bfa4dd181fbbf769a5eb5e575574320),platform=Linux 3.16.0-4-amd64 > x86_64) (WARNING: The server did not provide any stacktrace information) > > Is there any solution to prevent it or any workaround? > > Thank you, > Roland > > > -- > You received this message because you are subscribed to the Google Groups > "Geb User Mailing List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit https://groups.google.com/d/ > msgid/geb-user/12461655-78e9-47a1-912b-f9acc1e7b9f0%40googlegroups.com > <https://groups.google.com/d/msgid/geb-user/12461655-78e9-47a1-912b-f9acc1e7b9f0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Geb User Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/geb-user/CAB06vMBhwq631xUQCvsnf3m%2BV2_jD4n%3DTjX76cH3naWP1095qQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
