I am using selenium for test script. I am getting following error and this error randomly occur. When I run 10 times, I get this about twice. So it\'s not really reproducibl
I got the same issue due to one of spinner was hiding the element.
I gave xpath and it resolved the issue. Other people suggested to 1. scroll 2. sleep also worked for them.