Element is not clickable exception any one help me

40 views
Skip to first unread message

message...@gmail.com

unread,
May 20, 2017, 3:09:06 PM5/20/17
to Selenium Users
Hi Friends,

I am getting an exception element not clickable exception.

Please Find the attached image for stack.

Thanks
Steve 
IMG_5491.JPG

Shawn McCarthy

unread,
May 20, 2017, 7:25:37 PM5/20/17
to Selenium Users
It means another element is on top of the one you want to click. You can take a screenshot or watch it. Maybe its a real issue, or maybe you need to scroll to it using the javascript executor, or maybe use the javascript executor to click the element.

Monika Singhal

unread,
May 22, 2017, 2:26:07 AM5/22/17
to Selenium Users

thi...@thoughtworks.com

unread,
May 26, 2017, 8:54:06 AM5/26/17
to Selenium Users
Hi,
This means the element is present in page but its not clickable because some other clickable element has been loaded..  This should be an intermittent issue,if i understand it correct?
You can handle it by waiting for this element "div id=loading"(from the screenshot) to go off, i.e. writing a waitForPageToLoad method and then click on the desired element. 


On Sunday, May 21, 2017 at 12:39:06 AM UTC+5:30, message...@gmail.com wrote:
Reply all
Reply to author
Forward
0 new messages