Element is not clickable at point | Selenium Forum
M
Posted on 25/02/2016
Hi
I have facing this issues in Firefox "Element is not clickable at point (1303.2333984375, 614). Other element would receive the click: <i class="go-top hidden-xs hidden-sm fa fa-angle-double-up wsc_square"></i>" How to solve this issues.

M
Replied on 25/02/2016

try this

http://stackoverflow.com/questions/11908249/debugging-element-is-not-clickable-at-point-error


M
Replied on 25/02/2016

I have already referred this site.But didn't work.Can you please help me


M
Replied on 25/02/2016

post your code.


M
Replied on 26/02/2016

JavascriptExecutor jse = (JavascriptExecutor)Driver;
jse.executeScript("scroll(0, 600)");


Driver.findElement(By.xpath("//div[2]/div[3]/div/button")).click();


M
Replied on 26/02/2016

check your xpath i think there is problem with your xpath.


M
Replied on 26/02/2016

But this path is perfectly working when inside the button in the screen,
Error was came only when outside the button in the screen.
So that only i am using this code.Still not working
JavascriptExecutor jse = (JavascriptExecutor)Driver;
jse.executeScript("scroll(0, 600)");


M
Replied on 28/02/2016

can i open the website?


M
Replied on 28/02/2016

Sorry sir.Admin rights only.Can you please give some other solution .


M
Replied on 28/02/2016

[quote:935aywhk]But this path is perfectly working when inside the button in the screen,
Error was came only when outside the button in the screen.
[/quote:935aywhk]

wast does this mean> inside a button or outside?


and is you code scrolling down?


M
Replied on 28/02/2016

Intially Button is outside.Then using scrolldown code and Button visible now but not clicking the button is not working


M
Replied on 29/02/2016

how about tomorrow you ping me on skype?