In some cases i see the "Click Element" keyword had click on the element but the action on that element in not triggered. When I say "keyword had clicked on element", it means it did not throw any error and in some cases I can see the dotted border around the element which normally happens when we click on element. Has anyone encountered such kind of problem?
::My Questions::
- Can it happen that selenium misses the click
- I have put the waits for that element to be visible & enable. Assuming a possibility that corresponding JS is not loaded, in this case it should throw error which is not happening. I am capturing details via BrowserMobProxy which does not show any JS error.
I am clueless why this is happening
Few observation: - Whenever the environment is slow, this tend to happen more - We tried adding consecutive clicks for same element (with "Run Keyword And Ignore Error" with second "click element") and it worked.
Big help if someone can provide the work around.